Files

8 lines
204 B
TypeScript
Raw Permalink Normal View History

2026-07-10 16:14:31 +08:00
/// <reference path="./types/index.d.ts" />
interface IAppOption {
globalData: {
userInfo?: WechatMiniprogram.UserInfo,
}
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback,
}