Merge pull request #1 from ThomasFlorelli/fix/types/open-api

fix(types/open-api): import type
This commit is contained in:
Thomas Florelli 2022-11-25 11:06:19 +01:00 committed by GitHub
commit 8e8f172a4b
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;