UNPKG

@redocly/openapi-core

Version:

See https://github.com/Redocly/redocly-cli

3 lines 247 B
import type { RawGovernanceConfig, RuleConfig, Plugin } from './types.js'; export declare function groupAssertionRules(config: RawGovernanceConfig, plugins: Plugin[]): Record<string, RuleConfig>; //# sourceMappingURL=group-assertion-rules.d.ts.map