Files
doodle-mini/typings/index.d.ts
T
2025-07-16 18:31:55 +08:00

13 lines
330 B
TypeScript

/// <reference path="./global.d.ts" />
/// <reference path="./common.d.ts" />
interface IAppOption {
globalData: {
userInfo?: WechatMiniprogram.UserInfo;
env: string;
printConfig?: PrintConfig;
};
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback;
[key: string]: any;
}