deploy
This commit is contained in:
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@ -5,6 +5,8 @@ interface IAppOption {
|
||||
userInfo?: WechatMiniprogram.UserInfo;
|
||||
authToken?: string;
|
||||
permissions?: [];
|
||||
user?: Object;
|
||||
};
|
||||
loadUserInfo: (token: string) => void;
|
||||
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback;
|
||||
}
|
||||
|
Reference in New Issue
Block a user