UNPKG

@redocly/respect-core

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