Files
bodyWeight/typings/index.d.ts
T

10 lines
278 B
TypeScript

/// <reference path="./types/index.d.ts" />
interface IAppOption {
globalData: {
userInfo?: WechatMiniprogram.UserInfo,
/** 当前已连接设备的蓝牙状态 */
connectState: string,
}
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback,
}