UNPKG

@redocly/openapi-core

Version:

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

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