feat(types): 更新使用独立的微信小程序 types (#62)
* feat(types): 更新使用独立的微信小程序 types * build: add package-lock.json * feat: 由于当前仅修改依赖,不更新版本号
This commit is contained in:
2
build/interface.d.ts
vendored
2
build/interface.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
/// <reference types="wechat-miniprogram" />
|
||||
/// <reference types="miniprogram-api-typings" />
|
||||
export declare type Request = <TResp>(options: IRequestOption) => Promise<TResp>;
|
||||
export declare type IAnyObject = WechatMiniprogram.IAnyObject;
|
||||
export interface IInitOption {
|
||||
|
||||
Reference in New Issue
Block a user