From 8765cf10f6be41e7d70e7fbfb85246d9d95c81ad Mon Sep 17 00:00:00 2001 From: roymondchen Date: Tue, 21 Nov 2023 19:30:45 +0800 Subject: [PATCH] =?UTF-8?q?style(schema):=20=E5=AE=8C=E5=96=84request-func?= =?UTF-8?q?tion=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/schema/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/schema/src/index.ts b/packages/schema/src/index.ts index 8277716d..41bfd89a 100644 --- a/packages/schema/src/index.ts +++ b/packages/schema/src/index.ts @@ -31,7 +31,7 @@ export interface HttpOptions { [key: string]: any; } -export type RequestFunction = (options: HttpOptions) => Promise; +export type RequestFunction = (options: HttpOptions) => Promise; export interface AppCore { /** 页面配置描述 */