Files
doodle-mini/typings/index.d.ts
T
2025-03-18 18:11:15 +08:00

8 lines
210 B
TypeScript

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