cdht-app-h5/typings/index.d.ts
2025-06-19 17:33:18 +08:00

9 lines
206 B
TypeScript

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