File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ Options:
81
81
--debug additional information about processes inside this tool (default: false)
82
82
--another-array-type generate array types as Array<Type> (by default Type[]) (default: false)
83
83
--sort-types sort fields and types (default: false)
84
+ --sort-routes sort routes in alphabetical order (default: false)
85
+ --custom-config <string> custom config: primitiveTypeConstructs, hooks, ... (default: "")
84
86
--extract-enums extract all enums from inline interface\type content to typescript enum construction (default: false)
85
87
-h, --help display help for command
86
88
@@ -149,6 +151,8 @@ generateApi({
149
151
enumKeyPrefix: ' ' ,
150
152
enumKeySuffix: ' ' ,
151
153
addReadonly: false ,
154
+ sortTypes: false ,
155
+ sortRouters: false ,
152
156
extractingOptions: {
153
157
requestBodySuffix: [" Payload" , " Body" , " Input" ],
154
158
requestParamsSuffix: [" Params" ],
You can’t perform that action at this time.
0 commit comments