UNPKG

@redocly/respect-core

Version:
7 lines 316 B
import { type Check, type StepCallContext, type TestContext } from '../../../types.js'; export declare function checkSchema({ stepCallCtx, descriptionOperation, ctx, }: { stepCallCtx: StepCallContext; descriptionOperation?: any; ctx: TestContext; }): Check[]; //# sourceMappingURL=schema-checker.d.ts.map