13 lines
313 B
TypeScript
13 lines
313 B
TypeScript
/// <reference path="./types/index.d.ts" />
|
|
|
|
interface IAppOption {
|
|
globalData: {
|
|
userInfo?: WechatMiniprogram.UserInfo,
|
|
// shareConfig: {
|
|
// title: string,
|
|
// imageUrl: string,
|
|
// }
|
|
}
|
|
// fetchShareConfig:any,
|
|
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback,
|
|
} |