SuccessResult
Defined in: packages/input/src/standard-schema.ts:31
The result interface if validation succeeds.
Type Parameters
Section titled “Type Parameters”Output
Section titled “Output”Output
Properties
Section titled “Properties”issues?
Section titled “issues?”
readonlyoptionalissues?:undefined
Defined in: packages/input/src/standard-schema.ts:35
The non-existent issues.
readonlyvalue:Output
Defined in: packages/input/src/standard-schema.ts:33
The typed output value.