waffle/src/gateway/gatewaypayloadtype.ts

7 lines
88 B
TypeScript
Raw Normal View History

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