Files
doodle-mini/typings/index.d.ts
T
2025-03-14 16:11:47 +08:00

8 lines
204 B
TypeScript

/// <reference path="./types/index.d.ts" />
interface IAppOption {
globalData: {
userInfo?: WechatMiniprogram.UserInfo,
}
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback,
}