# NotValueAction

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

Not value action interface.

## Generics

- `TInput` `extends ValueInput`
- `TRequirement` `extends TInput`
- `TMessage` `extends ErrorMessage<NotValueIssue<TInput, TRequirement>> | undefined`

## Definition

- `NotValueAction` `extends BaseValidation<TInput, TInput, NotValueIssue<TInput, TRequirement>>`
  - `type` `'not_value'`
  - `reference` `typeof notValue`
  - `expects` `` `!${string}` ``
  - `requirement` `TRequirement`
  - `message` `TMessage`
