Files
doodle-mini/typings/index.d.ts
T

13 lines
330 B
TypeScript

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