fix(types/open-api): import type (#2213)

This commit is contained in:
Thomas Florelli 2022-12-29 15:44:19 +01:00 committed by ckoegel
parent 584945b14d
commit 587217e8c6

View File

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