5 lines
121 B
TypeScript
5 lines
121 B
TypeScript
export interface IRequestAuthPayload {
|
|
serverShortId: string;
|
|
}
|
|
|
|
export type TConnectionEvent = 'terminated' | 'error'; |