waffle/src/gateway/gatewaypayloadtype.ts

6 lines
78 B
TypeScript
Raw Normal View History

2022-04-10 01:22:07 +03:00
export enum GatewayPayloadType {
Hello = 0,
Authenticate,
Ready
}