Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu committed Aug 26, 2022
1 parent 833dbce commit 7676c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema-parser/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { Parser } from '../parser';
import type { AsyncAPISchema, DetailedAsyncAPI, SchemaValidateResult } from '../types';

export interface ValidateSchemaInput<D = unknown, M = unknown> {
readonly asyncapi: Exclude<DetailedAsyncAPI, 'parsed'>;
readonly asyncapi: DetailedAsyncAPI;
readonly data: D;
readonly meta: M;
readonly path: Array<string | number>;
Expand Down

0 comments on commit 7676c9e

Please sign in to comment.