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 22a0057 commit f48bef0Copy full SHA for f48bef0
1 file changed
lib/path.ts
@@ -1,6 +1,6 @@
1
import { Construct } from 'constructs';
2
import type { OpenAPIV3_1 } from 'openapi-types';
3
-import type { OperationOptions, Operation } from './operation.js';
+import { type OperationOptions, Operation } from './operation.js';
4
import type { Server } from './server.js';
5
6
interface PathOptions<TPath extends string> {
0 commit comments