# SafeParseResult

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

Safe parse result type.

## Generics

- `TSchema` `extends BaseSchema<unknown, unknown, BaseIssue<unknown>> | BaseSchemaAsync<unknown, unknown, BaseIssue<unknown>>`

## Definition

- `SafeParseResult`
  - `typed` `boolean`
  - `success` `boolean`
  - `output` `InferOutput<TSchema> | unknown`
  - `issues` `[InferIssue<TSchema>, ...InferIssue<TSchema>[]] | undefined`
