@redocly/respect-core
Version:
API testing framework core
8 lines • 409 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[];
export declare function statusCodeDiff<E = unknown>(actual: unknown, expected: E[]): string;
//# sourceMappingURL=schema-checker.d.ts.map