Skip to content

Commit ec38404

Browse files
Update src/types.ts
Co-authored-by: Maciej Urbańczyk <[email protected]>
1 parent 712db4e commit ec38404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { ISpectralDiagnostic, IFunctionResult } from '@stoplight/spectral-core';
2-
import { JSONSchema7 }from "json-schema"
2+
import type { JSONSchema7 }from "json-schema"
33

44
export type MaybeAsyncAPI = { asyncapi: string } & Record<string, unknown>;
55
export interface AsyncAPISemver {

0 commit comments

Comments
 (0)