UNPKG

@redocly/respect-core

Version:
9 lines 416 B
import type { CHECKS } from './checks'; import type { RuleSeverity } from '@redocly/openapi-core/lib/config/types'; 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