CloseEvent: {
    createdAt: number;
    error: RealtimeModelError | STTError | TTSError | LLMError | null;
    reason: CloseReason;
    type: "close";
}

Type declaration