UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

8 lines (7 loc) 191 B
export interface HelpPayload { commandName: string; headline?: string; usage?: string; tables?: Record<string, [command: string, help: string][]>; description?: string; }