import type { UUID } from '../classes/UUID'; export class GroupChatClosedEvent { public groupID: UUID; }