# InitAnswers

Source: /tuil/docs/reference/packages/cli/api/init-answers
Locale: en

export exported by @mwillbanks/tuil-cli.



{/* Generated by tooling/docs/generate-reference.ts. */}

## export [#export]

Public export exported by `@mwillbanks/tuil-cli`.

```ts
export interface InitAnswers {
  readonly name: string;
  readonly template: Template;
  readonly features: readonly Feature[];
}
```

## Members [#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 [#parameters]

This declaration has no public members.

## Returns [#returns]

This declaration does not return a value.

## Throws [#throws]

No thrown errors are documented for this declaration.

## Related types [#related-types]

No package-local related types.

## Source [#source]

[View the secondary source reference](https://github.com/mwillbanks/tuil/blob/main/packages/cli/src/generated-ui/blocks/init-wizard.tsx)

## Package [#package]

[@mwillbanks/tuil-cli](/tuil/docs/reference/packages/cli)
