InitAnswers
export exported by @mwillbanks/tuil-cli.
export
Public export exported by @mwillbanks/tuil-cli.
export interface InitAnswers {
readonly name: string;
readonly template: Template;
readonly features: readonly Feature[];
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
name | string | Yes | The name member uses the string contract. | — |
template | "minimal" | "application" | "dashboard" | "wizard" | "command-center" | "plugin" | "component-library" | Yes | The template member uses the "minimal" | "application" | "dashboard" | "wizard" | "command-center" | "plugin" | "component-library" contract. | — |
features | readonly ("router" | "forms" | "workflow")[] | Yes | The features member uses the readonly ("router" | "forms" | "workflow")[] contract. | — |
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference