Files
toutoukan_front/typings/index.d.ts

9 lines
235 B
TypeScript
Raw Normal View History

2025-08-09 00:30:05 +08:00
/// <reference path="./types/index.d.ts" />
interface IAppOption {
globalData: {
2025-08-11 00:40:21 +08:00
userInfo?: WechatMiniprogram.CustomUserInfo | null,
token: string
2025-08-09 00:30:05 +08:00
}
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback,
}