import { IWsNotificationEvent } from "@spt-aki/models/eft/ws/IWsNotificationEvent"; export interface IWsGroupId extends IWsNotificationEvent { groupId: string }