UNPKG

@xmobitea/gn-server

Version:

GearN Server by XmobiTea (Pro)

20 lines (19 loc) 809 B
export declare class CodeHelper { private static returnCodeHelper; private static requestTypeHelper; private static requestRoleHelper; private static secretRoleHelper; static getReturnCodeName(returnCode: number): string; static getRequestTypeName(requestType: number): string; static getRequestRoleName(requestRole: number): string; static getSecretRoleName(secretRole: number): string; static init(): void; private static setReturnCodeDic; static addReturnCodeDic(returnCode: any): void; private static setRequestTypeDic; static addRequestTypeDic(requestType: any): void; private static setRequestRoleDic; static addRequestRoleDic(requestRole: any): void; private static setSecretRoleDic; static addSecretRoleDic(secretRole: any): void; }