Home / Type/ CustomConfig Type — astro Architecture

CustomConfig Type — astro Architecture

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

Entity Profile

Dependency Diagram

graph TD
  af75db09_a458_c283_52f9_10851bf45f77["CustomConfig"]
  8a043672_fcb4_880f_4008_7ebf53cfff0a["types.ts"]
  af75db09_a458_c283_52f9_10851bf45f77 -->|defined in| 8a043672_fcb4_880f_4008_7ebf53cfff0a
  style af75db09_a458_c283_52f9_10851bf45f77 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/core/session/types.ts lines 69–80

interface CustomConfig extends BaseSessionConfig {
	/**
	 * Entrypoint for a custom session driver
	 * @deprecated Use the object shape (type `SessionDriverConfig`). This will be removed in Astro 7
	 */
	driver?: string;
	/**
	 * Options for the custom session driver
	 * @deprecated Use the object shape (type `SessionDriverConfig`). This will be removed in Astro 7
	 */
	options?: Record<string, unknown>;
}

Frequently Asked Questions

What is the CustomConfig type?
CustomConfig is a type/interface in the astro codebase, defined in packages/astro/src/core/session/types.ts.
Where is CustomConfig defined?
CustomConfig is defined in packages/astro/src/core/session/types.ts at line 69.

Analyze Your Own Codebase

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

Try Supermodel Free