Audit Type — astro Architecture
Architecture documentation for the Audit type/interface in index.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD f954f74d_cdda_039a_f133_f81ae09bb7e4["Audit"] 00de791e_c3ec_5c38_2e33_352734c87e5a["index.ts"] f954f74d_cdda_039a_f133_f81ae09bb7e4 -->|defined in| 00de791e_c3ec_5c38_2e33_352734c87e5a style f954f74d_cdda_039a_f133_f81ae09bb7e4 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/runtime/client/dev-toolbar/apps/audit/index.ts lines 15–20
export type Audit = {
auditedElement: HTMLElement;
rule: AuditRule;
highlight: DevToolbarHighlight | null;
card: HTMLElement | null;
};
Source
Frequently Asked Questions
What is the Audit type?
Audit is a type/interface in the astro codebase, defined in packages/astro/src/runtime/client/dev-toolbar/apps/audit/index.ts.
Where is Audit defined?
Audit is defined in packages/astro/src/runtime/client/dev-toolbar/apps/audit/index.ts at line 15.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free