fix(types/open-api): import type

This commit is contained in:
ThomasFlorelli 2022-11-25 11:02:52 +01:00
parent 3d410b6002
commit def6e97e02

View File

@ -1,4 +1,4 @@
import { Omit } from './index';
import type { Omit } from './index';
export interface OpenAPISpec {
openapi: string;