wszhyWx/dist/dev/typings/index.d.ts

8 lines
204 B
TypeScript
Raw Normal View History

2023-09-28 10:07:02 +00:00
/// <reference path="./types/index.d.ts" />
interface IAppOption {
globalData: {
userInfo?: WechatMiniprogram.UserInfo,
}
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback,
}