Files
miniapp-template-ts/typings/index.d.ts
T
2026-01-09 09:35:44 +08:00

11 lines
258 B
TypeScript

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