RuleCategory Type — astro Architecture
Architecture documentation for the RuleCategory type/interface in index.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD 9938c164_56d2_c3ad_0f2a_ef57f8cad3f3["RuleCategory"] 0cdfa5ed_e670_4d58_42f0_ea23911d9d06["index.ts"] 9938c164_56d2_c3ad_0f2a_ef57f8cad3f3 -->|defined in| 0cdfa5ed_e670_4d58_42f0_ea23911d9d06 style 9938c164_56d2_c3ad_0f2a_ef57f8cad3f3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/runtime/client/dev-toolbar/apps/audit/rules/index.ts lines 37–42
interface RuleCategory {
code: string;
name: string;
icon: DefinedIcon;
rules: AuditRule[];
}
Source
Frequently Asked Questions
What is the RuleCategory type?
RuleCategory is a type/interface in the astro codebase, defined in packages/astro/src/runtime/client/dev-toolbar/apps/audit/rules/index.ts.
Where is RuleCategory defined?
RuleCategory is defined in packages/astro/src/runtime/client/dev-toolbar/apps/audit/rules/index.ts at line 37.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free