Skip to content

Commit 8eea293

Browse files
committed
fix build
1 parent ab81f9d commit 8eea293

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server/src/api/rest/openapi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import type { OpenAPIV3_1 } from 'openapi-types';
44
import { PROCEDURE_ROUTE_PREFIXES } from '../common/procedures';
55
import { getIncludedModels, isFieldOmitted, isFilterKindIncluded, isProcedureIncluded } from '../common/spec-utils';
66
import type { OpenApiSpecOptions } from '../common/types';
7-
import type { RestApiHandlerOptions } from './handler';
7+
import type { RestApiHandlerOptions } from '.';
88

99
type SchemaObject = OpenAPIV3_1.SchemaObject;
1010
type ReferenceObject = OpenAPIV3_1.ReferenceObject;

0 commit comments

Comments
 (0)