@redocly/respect-core
Version:
API testing framework core
9 lines • 402 B
TypeScript
import type { CHECKS } from './checks.js';
import type { RuleSeverity } from '@redocly/openapi-core';
export declare const DEFAULT_SEVERITY_CONFIGURATION: {
[key in keyof typeof CHECKS]: RuleSeverity;
};
export declare function resolveSeverityConfiguration(severityArgument: string | string[] | undefined): {
[key in keyof typeof CHECKS]: RuleSeverity;
};
//# sourceMappingURL=severity.d.ts.map