smartsocket/ts/interfaces/connection.ts

3 lines
65 B
TypeScript
Raw Normal View History

2019-11-06 23:26:47 +00:00
export interface IRequestAuthPayload {
serverShortId: string;
}