Home / Type/ EventPayload Type — astro Architecture

EventPayload Type — astro Architecture

Architecture documentation for the EventPayload type/interface in session.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  284d8fbc_1d04_d603_350f_8c2016d9fa00["EventPayload"]
  5e4918d2_001e_cdf1_6103_dc17a8a94758["session.ts"]
  284d8fbc_1d04_d603_350f_8c2016d9fa00 -->|defined in| 5e4918d2_001e_cdf1_6103_dc17a8a94758
  style 284d8fbc_1d04_d603_350f_8c2016d9fa00 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/events/session.ts lines 7–13

interface EventPayload {
	cliCommand: string;
	config?: ConfigInfo;
	configKeys?: string[];
	flags?: string[];
	optionalIntegrations?: number;
}

Frequently Asked Questions

What is the EventPayload type?
EventPayload is a type/interface in the astro codebase, defined in packages/astro/src/events/session.ts.
Where is EventPayload defined?
EventPayload is defined in packages/astro/src/events/session.ts at line 7.

Analyze Your Own Codebase

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

Try Supermodel Free