完善多赛道联调与全局产品架构
This commit is contained in:
5
typings/index.d.ts
vendored
5
typings/index.d.ts
vendored
@@ -6,6 +6,11 @@ interface IAppOption {
|
||||
telemetryPlayerProfile?: import('../miniprogram/game/telemetry/playerTelemetryProfile').PlayerTelemetryProfile | null,
|
||||
backendBaseUrl?: string | null,
|
||||
backendAuthTokens?: import('../miniprogram/utils/backendAuth').BackendAuthTokens | null,
|
||||
pendingResultSnapshot?: import('../miniprogram/engine/map/mapEngine').MapEngineResultSnapshot | null,
|
||||
pendingHeartRateAutoConnect?: {
|
||||
enabled: boolean,
|
||||
deviceName?: string | null,
|
||||
} | null,
|
||||
}
|
||||
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user