API reference / @evolu/common / Type / StandardSchemaV1 / SuccessResult
Interface: SuccessResult<Output>
Defined in: packages/common/src/Type.ts:4239
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:4243 |
value | readonly | Output | The typed output value. | packages/common/src/Type.ts:4241 |