Files
toutoukan_front/typings/index.d.ts

9 lines
235 B
TypeScript

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