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
| models | Record<string, [ZodType](https://zod.dev)> | An object where keys are model names and values are Zod schemas |
66
-
| options | Object |`(Optional)` An object to customize the functionality of the route definer |
67
-
| options.include | string[]|`(Optional)` An array of strings which specifies the routes will be included to the JSON output |
68
-
| options.exclude | string[]|`(Optional)` An array of strings which specifies the routes will be excluded from the JSON output |
69
-
| options.routeDefinerName | string |`(Optional)` Name of the function that was exported from the [`Next OpenAPI Route Handler`](https://www.npmjs.com/package/@omer-x/next-openapi-route-handler) (Default: `defineRoute`) |
| include | string[]|`(Optional)` An array of strings which specifies the routes will be included to the JSON output |
73
+
| exclude | string[]|`(Optional)` An array of strings which specifies the routes will be excluded from the JSON output |
74
+
| routeDefinerName | string |`(Optional)` Name of the function that was exported from the [`Next OpenAPI Route Handler`](https://www.npmjs.com/package/@omer-x/next-openapi-route-handler) (Default: `defineRoute`) |
0 commit comments