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
--template <template> the type to output. client, server or types. Default client
14
+
--filename <filename> the file to output. Defaults to <service-name><output-type>.generated.ts
15
+
--service-name <name> the name of the service. Defaults to info.title from the open api document
16
+
--not-required-type <nullable|optional|both> what type fields should be if they are not in the required list. Defaults to undefined (default: "optional")
17
+
--readonly-dtos specifies that fields in DTOs, and array types therein should be prefixed with `readonly`. Defaults to false (default: "optional")
0 commit comments