From 369393c7ef230073916f43227e1cb58db8e84a18 Mon Sep 17 00:00:00 2001 From: Jason <574469551@qq.com> Date: Fri, 19 Apr 2019 18:42:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(index.d.ts):=20=E4=BF=AE=E6=AD=A3=20Request?= =?UTF-8?q?Params=20=E7=9A=84=E7=B1=BB=E5=9E=8B=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro/types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/taro/types/index.d.ts b/packages/taro/types/index.d.ts index 34fc32766a06..d250b614630a 100644 --- a/packages/taro/types/index.d.ts +++ b/packages/taro/types/index.d.ts @@ -485,7 +485,7 @@ declare namespace Taro { function pxTransform(size: number): string function initPxTransform(config: { designWidth: number, deviceRatio: object }) - interface RequestParams { + interface RequestParams extends request.Param { [propName: string]: any }