@xmobitea/gn-typescript-client
Version:
GearN Typescript Client SDK by XmobiTea (Pro)
20 lines (19 loc) • 777 B
TypeScript
export declare class Commands {
static readonly USER_AGENT: string;
static readonly CONTENT_TYPE: string;
static readonly ACCEPT: string;
static readonly CONTENT_LENGTH: string;
static readonly APPLICATION_JSON: string;
static readonly APPLICATION_MSGPACK: string;
static readonly RequestAuthTokenCmd: string;
static readonly RequestSecretCmd: string;
static readonly RequestGameIdCmd: string;
static readonly RequestCmd_MsgPack: string;
static readonly ResponseCmd_MsgPack: string;
static readonly EventCmd_MsgPack: string;
static readonly RequestCmd_Json: string;
static readonly ResponseCmd_Json: string;
static readonly EventCmd_Json: string;
static readonly Data: string;
static readonly File: string;
}