Skip to content

Commit 33be51a

Browse files
fix(types/open-api): import type (#2213)
1 parent 1597bae commit 33be51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/open-api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Omit } from './index';
1+
import type { Omit } from './index';
22

33
export interface OpenAPISpec {
44
openapi: string;

0 commit comments

Comments
 (0)