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

This commit is contained in:
Thomas Florelli 2022-12-29 15:44:19 +01:00 committed by GitHub
parent 1597bae403
commit 33be51a7a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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