Home / Type/ AllowedDirectives Type — astro Architecture

AllowedDirectives Type — astro Architecture

Architecture documentation for the AllowedDirectives type/interface in config.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  cac3c1b3_90e0_593e_6345_40b1d6d928bb["AllowedDirectives"]
  12361455_4ce4_1b8b_4844_c147f4e9ca5e["config.ts"]
  cac3c1b3_90e0_593e_6345_40b1d6d928bb -->|defined in| 12361455_4ce4_1b8b_4844_c147f4e9ca5e
  style cac3c1b3_90e0_593e_6345_40b1d6d928bb fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/core/csp/config.ts lines 67–67

type AllowedDirectives = (typeof ALLOWED_DIRECTIVES)[number];

Frequently Asked Questions

What is the AllowedDirectives type?
AllowedDirectives is a type/interface in the astro codebase, defined in packages/astro/src/core/csp/config.ts.
Where is AllowedDirectives defined?
AllowedDirectives is defined in packages/astro/src/core/csp/config.ts at line 67.

Analyze Your Own Codebase

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

Try Supermodel Free