UNPKG

gamelet-pixui-frame

Version:

pixui开发者框架

67 lines (66 loc) 2.04 kB
export interface IUserdata { readonly openID: string; readonly serviceType: string; readonly appID: string; readonly roleID: string; readonly platID: string; readonly accountType: string; readonly area: string; readonly partition: string; readonly accessToken: string; readonly gameVer: string; readonly payToken: string; readonly channelID: string; readonly sdkVersion: string; readonly sign: string; readonly region: string; readonly loginChannel: string; readonly intlSdkParam: string; readonly language: string; readonly sQQInstalled: string; readonly sWXInstalled: string; readonly sExtend: string; readonly sOpenId: string; readonly sServiceType: string; readonly sAppId: string; readonly sRoleId: string; readonly sPlatID: string; readonly sAcountType: string; readonly sArea: string; readonly sPartition: string; readonly sAccessToken: string; readonly sGameVer: string; readonly sPayToken: string; readonly sChannelID: string; readonly sSdkVersion: string; readonly sSign: string; readonly sRegion: string; readonly sLoginChannel: string; readonly sIntlSdkParam: string; readonly sLanguage: string; readonly qqInstalled: string; readonly wxInstalled: string; readonly extend: string; } export interface IGamelet { readonly openMessage: string | undefined; readonly entranceConfig: object | undefined; readonly appId: number; readonly appKey: string; readonly appName: string; readonly appVersion: string; readonly env: string; readonly mainpage: string; readonly parentPath: string; readonly windowStartTimestamp: string; readonly totalLogSwitch: number; readonly appLogSwitch: number; readonly isHitBackendWhitelist: number; readonly faasAddr: string; } export interface IEnv { readonly isNano: number; readonly platform: number; readonly isProduct: number; readonly entryInfo: string; }