feat(types): 更新使用独立的微信小程序 types (#62)

* feat(types): 更新使用独立的微信小程序 types

* build: add package-lock.json

* feat: 由于当前仅修改依赖,不更新版本号
This commit is contained in:
Bing Liu
2023-03-16 20:25:14 +08:00
committed by GitHub
parent 280b04f196
commit e4ec9bc613
7 changed files with 9996 additions and 6 deletions

View File

@@ -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 {