Home / Type/ AllValuesOf Type — astro Architecture

AllValuesOf Type — astro Architecture

Architecture documentation for the AllValuesOf type/interface in types.d.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  3f35aacc_aaf0_8f44_6844_095cd3607dd9["AllValuesOf"]
  5db14089_40f6_6bd6_1752_05a1e8165e63["types.d.ts"]
  3f35aacc_aaf0_8f44_6844_095cd3607dd9 -->|defined in| 5db14089_40f6_6bd6_1752_05a1e8165e63
  style 3f35aacc_aaf0_8f44_6844_095cd3607dd9 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/templates/content/types.d.ts lines 24–24

	type AllValuesOf<T> = T extends any ? T[keyof T] : never;

Frequently Asked Questions

What is the AllValuesOf type?
AllValuesOf is a type/interface in the astro codebase, defined in packages/astro/templates/content/types.d.ts.
Where is AllValuesOf defined?
AllValuesOf is defined in packages/astro/templates/content/types.d.ts at line 24.

Analyze Your Own Codebase

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

Try Supermodel Free