The result interface if validation succeeds.
Contains the validated/transformed output value and explicitly sets issues to undefined to distinguish from failure results.
issues
The output type after successful validation
Optional
Readonly
The non-existent issues.
Explicitly undefined to create a discriminated union with FailureResult.
The typed output value.
This may be the same as the input or a transformed version, depending on the schema's validation logic.
The result interface if validation succeeds.
Contains the validated/transformed output value and explicitly sets
issuesto undefined to distinguish from failure results.