True Myth / standard-schema / StandardSchemaV1 / SuccessResult
Interface: SuccessResult<Output>
The result interface if validation succeeds.
Type Parameters
Output
Output
Properties
issues?
readonlyoptionalissues:undefined
The non-existent issues.
value
readonlyvalue:Output
The typed output value.