Home / Type/ ClientDeserializedManifest Type — astro Architecture

ClientDeserializedManifest Type — astro Architecture

Architecture documentation for the ClientDeserializedManifest type/interface in manifest.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  e75d4670_2c1e_1556_f1a1_3f2d4336b8bc["ClientDeserializedManifest"]
  100fc1f9_fbec_d0b6_dc7f_907942d3ae99["manifest.ts"]
  e75d4670_2c1e_1556_f1a1_3f2d4336b8bc -->|defined in| 100fc1f9_fbec_d0b6_dc7f_907942d3ae99
  style e75d4670_2c1e_1556_f1a1_3f2d4336b8bc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/types/public/manifest.ts lines 32–38

export type ClientDeserializedManifest = Pick<
	SSRManifest,
	'base' | 'trailingSlash' | 'compressHTML' | 'site'
> & {
	i18n: AstroConfig['i18n'];
	build: Pick<AstroConfig['build'], 'format'>;
};

Frequently Asked Questions

What is the ClientDeserializedManifest type?
ClientDeserializedManifest is a type/interface in the astro codebase, defined in packages/astro/src/types/public/manifest.ts.
Where is ClientDeserializedManifest defined?
ClientDeserializedManifest is defined in packages/astro/src/types/public/manifest.ts at line 32.

Analyze Your Own Codebase

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

Try Supermodel Free