Files
ai_wht_wechat/miniprogram/typings/index.d.ts

8 lines
204 B
TypeScript
Raw Normal View History

2025-12-19 22:36:48 +08:00
/// <reference path="./types/index.d.ts" />
interface IAppOption {
globalData: {
userInfo?: WechatMiniprogram.UserInfo,
}
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback,
}