@redocly/respect-core
Version:
API testing framework core
7 lines • 316 B
TypeScript
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