Type Alias: RuleMap
type RuleMap = Readonly<Record<string, JsoncRuleModule>>;
Defined in: _internal/rule-docs-metadata.ts:39
Rule-map contract accepted by docs metadata derivation helpers.
type RuleMap = Readonly<Record<string, JsoncRuleModule>>;
Defined in: _internal/rule-docs-metadata.ts:39
Rule-map contract accepted by docs metadata derivation helpers.