wineList-MiniApp/typings/index.d.ts
2023-04-28 18:04:49 +08:00

8 lines
204 B
TypeScript

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