init
This commit is contained in:
10
typings/index.d.ts
vendored
Normal file
10
typings/index.d.ts
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
/// <reference path="./types/index.d.ts" />
|
||||
|
||||
interface IAppOption {
|
||||
globalData: {
|
||||
userInfo?: WechatMiniprogram.UserInfo;
|
||||
authToken?: string;
|
||||
permissions?: [];
|
||||
};
|
||||
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback;
|
||||
}
|
||||
Reference in New Issue
Block a user