From d7594cd69622d2ab3f4eed654834841a99704bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=23=E4=BA=91=E6=B7=A1=E7=84=B6?= Date: Mon, 5 Aug 2024 16:15:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=A2=9E=E5=86=85=E9=83=A8?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=20UnknownObject=20UnknownArray?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/printer/const.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/printer/const.ts b/src/printer/const.ts index 3722cec..73b790a 100644 --- a/src/printer/const.ts +++ b/src/printer/const.ts @@ -81,8 +81,8 @@ export const INTERNAL_NAMES = [ 'OneOf', 'AllOf', 'AnyOf', - 'AnyObject', - 'AnyArray', + 'UnknownObject', + 'UnknownArray', // config AXIOS_IMPORT_NAME, AXIOS_QUEST_CONFIG_TYPE_NAME,