Home / Type/ AuditRule Type — astro Architecture

AuditRule Type — astro Architecture

Architecture documentation for the AuditRule type/interface in index.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  162c3396_451c_2f88_4ea6_a870e5e0a5fa["AuditRule"]
  0cdfa5ed_e670_4d58_42f0_ea23911d9d06["index.ts"]
  162c3396_451c_2f88_4ea6_a870e5e0a5fa -->|defined in| 0cdfa5ed_e670_4d58_42f0_ea23911d9d06
  style 162c3396_451c_2f88_4ea6_a870e5e0a5fa fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/runtime/client/dev-toolbar/apps/audit/rules/index.ts lines 8–13

export interface AuditRule {
	code: string;
	title: DynamicString;
	message: DynamicString;
	description?: DynamicString;
}

Frequently Asked Questions

What is the AuditRule type?
AuditRule is a type/interface in the astro codebase, defined in packages/astro/src/runtime/client/dev-toolbar/apps/audit/rules/index.ts.
Where is AuditRule defined?
AuditRule is defined in packages/astro/src/runtime/client/dev-toolbar/apps/audit/rules/index.ts at line 8.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free