Skip to content

Commit

Permalink
Update src/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Urbańczyk <[email protected]>
  • Loading branch information
smoya and magicmatatjahu authored Jul 25, 2022
1 parent 712db4e commit ec38404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
@@ -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<string, unknown>;
export interface AsyncAPISemver {
Expand Down

0 comments on commit ec38404

Please sign in to comment.