Files
ruo-shan-cloud-redirect/typings/index.d.ts
T
2026-08-20 09:07:29 +08:00

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,
}