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 91e31ed commit 4035594Copy full SHA for 4035594
1 file changed
lib/response.ts
@@ -1,7 +1,7 @@
1
import { Construct } from 'constructs';
2
import type { OpenAPIV3_1 } from 'openapi-types';
3
import type { Header } from './header.js';
4
-import { MediaType, MediaTypeOptions } from './media-type.js';
+import { MediaType, type MediaTypeOptions } from './media-type.js';
5
6
interface ResponseOptions {
7
content: MediaType | MediaTypeOptions;
0 commit comments