You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inlineQueryParam6 , inlineQueryParam7 type generater error!
should generater:
inlineQueryParam6: [string, boolean][];
inlineQueryParam7: [[string, boolean], number][];
when use V6 generator is ok!
Description
generate file type error
code generate
openapi.json
openapi-typescript
7.0.0-next.5
x.x.x
macOS 13, Windows 11, etc.
Reproduction
generate error:
inlineQueryParam6 , inlineQueryParam7 type generater error!
should generater:
inlineQueryParam6: [string, boolean][];
inlineQueryParam7: [[string, boolean], number][];
when use V6 generator is ok!
Expected result
(in case it’s not obvious)
Checklist
npx @redocly/cli@latest lint
)The text was updated successfully, but these errors were encountered: