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 ab81f9d commit 8eea293Copy full SHA for 8eea293
1 file changed
packages/server/src/api/rest/openapi.ts
@@ -4,7 +4,7 @@ import type { OpenAPIV3_1 } from 'openapi-types';
4
import { PROCEDURE_ROUTE_PREFIXES } from '../common/procedures';
5
import { getIncludedModels, isFieldOmitted, isFilterKindIncluded, isProcedureIncluded } from '../common/spec-utils';
6
import type { OpenApiSpecOptions } from '../common/types';
7
-import type { RestApiHandlerOptions } from './handler';
+import type { RestApiHandlerOptions } from '.';
8
9
type SchemaObject = OpenAPIV3_1.SchemaObject;
10
type ReferenceObject = OpenAPIV3_1.ReferenceObject;
0 commit comments