# InferGuardOutput

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

Infer guard output type.

## Generics

- `TGuard` `extends GuardFunction<any>`

## Definition

- `InferGuardOutput` `TGuard extends (input: any) => input is infer TOutput ? TOutput : unknown`
