smartsocket/ts/interfaces/connection.ts
2019-11-08 17:11:41 +01:00

5 lines
121 B
TypeScript

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