smartsocket/ts/interfaces/connection.ts
2019-11-07 00:26:47 +01:00

3 lines
65 B
TypeScript

export interface IRequestAuthPayload {
serverShortId: string;
}