Skip to content

Commit

Permalink
fix: 新增内部类型 UnknownObject UnknownArray
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudcome committed Aug 5, 2024
1 parent 2c9caba commit d7594cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/printer/const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export const INTERNAL_NAMES = [
'OneOf',
'AllOf',
'AnyOf',
'AnyObject',
'AnyArray',
'UnknownObject',
'UnknownArray',
// config
AXIOS_IMPORT_NAME,
AXIOS_QUEST_CONFIG_TYPE_NAME,
Expand Down

0 comments on commit d7594cd

Please sign in to comment.