# StandardResult

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

The result interface of the validate function.

## Generics

- `TOutput` `extends any`

## Definition

- `StandardResult` `StandardSuccessResult<TOutput> | StandardFailureResult`
