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.
1 parent e8deb4d commit b8d6898Copy full SHA for b8d6898
src/config/schema.ts
@@ -17,7 +17,7 @@ export interface ConfigurationSchema extends BaseConfitSchema {
17
preLog?: boolean;
18
};
19
routing?: {
20
- openapi?: boolean | Parameters<typeof middleware>[0];
+ openapi?: boolean | Partial<Parameters<typeof middleware>[0]>;
21
// Relative to the *root directory* of the app
22
routes?: string;
23
// Whether to add middleware that "freezes" the query string
0 commit comments