Skip to content

SuccessResult

Defined in: packages/input/src/standard-schema.ts:31

The result interface if validation succeeds.

Output

readonly optional issues?: undefined

Defined in: packages/input/src/standard-schema.ts:35

The non-existent issues.


readonly value: Output

Defined in: packages/input/src/standard-schema.ts:33

The typed output value.