UNPKG

@redocly/respect-core

Version:
9 lines 402 B
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