diff --git a/src/types.ts b/src/types.ts index 9f1074946..1558202a3 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1,5 +1,5 @@ import type { ISpectralDiagnostic, IFunctionResult } from '@stoplight/spectral-core'; -import { JSONSchema7 }from "json-schema" +import type { JSONSchema7 }from "json-schema" export type MaybeAsyncAPI = { asyncapi: string } & Record; export interface AsyncAPISemver {