HelpPayload Type — astro Architecture
Architecture documentation for the HelpPayload type/interface in help-payload.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD ed117bf9_1d38_8d11_354e_5a37c789c171["HelpPayload"] fb7ebb06_7a17_3f77_486e_c0d60515376d["help-payload.ts"] ed117bf9_1d38_8d11_354e_5a37c789c171 -->|defined in| fb7ebb06_7a17_3f77_486e_c0d60515376d style ed117bf9_1d38_8d11_354e_5a37c789c171 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/astro/src/cli/domain/help-payload.ts lines 1–7
export interface HelpPayload {
commandName: string;
headline?: string;
usage?: string;
tables?: Record<string, [command: string, help: string][]>;
description?: string;
}
Source
Frequently Asked Questions
What is the HelpPayload type?
HelpPayload is a type/interface in the astro codebase, defined in packages/astro/src/cli/domain/help-payload.ts.
Where is HelpPayload defined?
HelpPayload is defined in packages/astro/src/cli/domain/help-payload.ts at line 1.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free