export interface IRequestAuthPayload { serverShortId: string; } export type TConnectionEvent = 'terminated' | 'error';