Skip to content

Commit 4035594

Browse files
committed
chore: lint
1 parent 91e31ed commit 4035594

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/response.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Construct } from 'constructs';
22
import type { OpenAPIV3_1 } from 'openapi-types';
33
import type { Header } from './header.js';
4-
import { MediaType, MediaTypeOptions } from './media-type.js';
4+
import { MediaType, type MediaTypeOptions } from './media-type.js';
55

66
interface ResponseOptions {
77
content: MediaType | MediaTypeOptions;

0 commit comments

Comments
 (0)