This commit is contained in:
quantulr
2023-08-30 17:27:21 +08:00
commit 0288146b0d
85 changed files with 26508 additions and 0 deletions

10
typings/index.d.ts vendored Normal file
View File

@ -0,0 +1,10 @@
/// <reference path="./types/index.d.ts" />
interface IAppOption {
globalData: {
userInfo?: WechatMiniprogram.UserInfo;
authToken?: string;
permissions?: [];
};
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback;
}