Home / Type/ Prompt Type — astro Architecture

Prompt Type — astro Architecture

Architecture documentation for the Prompt type/interface in definitions.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  caa59d6c_9078_544f_aee8_42f17051bfd2["Prompt"]
  fcc234d8_87d2_27a2_b9b0_ff011220b6be["definitions.ts"]
  caa59d6c_9078_544f_aee8_42f17051bfd2 -->|defined in| fcc234d8_87d2_27a2_b9b0_ff011220b6be
  style caa59d6c_9078_544f_aee8_42f17051bfd2 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/cli/info/definitions.ts lines 25–27

export interface Prompt {
	confirm: (input: { message: string; defaultValue?: boolean }) => Promise<boolean>;
}

Frequently Asked Questions

What is the Prompt type?
Prompt is a type/interface in the astro codebase, defined in packages/astro/src/cli/info/definitions.ts.
Where is Prompt defined?
Prompt is defined in packages/astro/src/cli/info/definitions.ts at line 25.

Analyze Your Own Codebase

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

Try Supermodel Free