We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 712db4e commit ec38404Copy full SHA for ec38404
src/types.ts
@@ -1,5 +1,5 @@
1
import type { ISpectralDiagnostic, IFunctionResult } from '@stoplight/spectral-core';
2
-import { JSONSchema7 }from "json-schema"
+import type { JSONSchema7 }from "json-schema"
3
4
export type MaybeAsyncAPI = { asyncapi: string } & Record<string, unknown>;
5
export interface AsyncAPISemver {
0 commit comments