We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
openapi-typescript
questionToken
1 parent 0b8a7b2 commit c5fcb62Copy full SHA for c5fcb62
packages/openapi-typescript/src/bin.ts
@@ -64,7 +64,8 @@ program
64
ts.factory.createIdentifier('Blob'),
65
undefined
66
),
67
- questionToken: true, // todo::make PR to openapi-typescript to add `schemaObject` to `transform` third argument, to get `required` properties
+ // questionToken will be inferred by `openapiTS`, if true, it will force `?` for parameter
68
+ questionToken: false,
69
};
70
}
71
},
0 commit comments