API reference / @evolu/common / Type / StandardSchemaV1 / SuccessResult
Interface: SuccessResult<Output>
Defined in: packages/common/src/Type.ts:4236
The result interface if validation succeeds.
Type Parameters
| Type Parameter |
|---|
Output |
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
issues? | readonly | undefined | The non-existent issues. | packages/common/src/Type.ts:4240 |
value | readonly | Output | The typed output value. | packages/common/src/Type.ts:4238 |