init: 项目初始提交 - NeoZQYY Monorepo 完整代码
This commit is contained in:
8
apps/miniprogram/typings/index.d.ts
vendored
Normal file
8
apps/miniprogram/typings/index.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/// <reference path="./types/index.d.ts" />
|
||||
|
||||
interface IAppOption {
|
||||
globalData: {
|
||||
userInfo?: WechatMiniprogram.UserInfo,
|
||||
}
|
||||
userInfoReadyCallback?: WechatMiniprogram.GetUserInfoSuccessCallback,
|
||||
}
|
||||
Reference in New Issue
Block a user