# FlavorAction

> This document is the Markdown version of [valibot.dev/api/FlavorAction/](https://valibot.dev/api/FlavorAction/). For the complete documentation index, see [llms.txt](https://valibot.dev/llms.txt).

Flavor action interface.

## Generics

- `TInput` `extends any`
- `TName` `extends FlavorName`

## Definition

- `FlavorAction` `extends BaseTransformation<TInput, TInput & Flavor<TName>, never>`
  - `type` `'flavor'`
  - `reference` `typeof flavor`
  - `name` `TName`
