Skip to content

Commit

Permalink
fix(types/open-api): import type (#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasFlorelli authored Dec 29, 2022
1 parent 1597bae commit 33be51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/open-api.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Omit } from './index';
import type { Omit } from './index';

export interface OpenAPISpec {
openapi: string;
Expand Down

0 comments on commit 33be51a

Please sign in to comment.