Skip to content

Commit f48bef0

Browse files
committed
chore: broken import
1 parent 22a0057 commit f48bef0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/path.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Construct } from 'constructs';
22
import type { OpenAPIV3_1 } from 'openapi-types';
3-
import type { OperationOptions, Operation } from './operation.js';
3+
import { type OperationOptions, Operation } from './operation.js';
44
import type { Server } from './server.js';
55

66
interface PathOptions<TPath extends string> {

0 commit comments

Comments
 (0)