Skip to content

True Myth / standard-schema / StandardSchemaV1 / SuccessResult

Interface: SuccessResult<Output>

The result interface if validation succeeds.

Type Parameters

Output

Output

Properties

issues?

readonly optional issues: undefined

The non-existent issues.


value

readonly value: Output

The typed output value.