Files
bodyWeight/typings/index.d.ts
T

12 lines
310 B
TypeScript

/// <reference path="./types/index.d.ts" />
interface IAppOption {
globalData: {
operationsEngineer?: boolean
[key: string]: any
}
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback
/** 获取微信登录临时 code */
getWxLoginCode(): Promise<string>
}