rulvar API reference / @rulvar/core / StandardSchemaV1 / SuccessResult
Interface: SuccessResult<Output>
Defined in: packages/core/src/vendor/standard-schema.d.ts:58
The result interface if validation succeeds.
Type Parameters
| Type Parameter |
|---|
Output |
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
issues? | readonly | undefined | A falsy value for issues indicates success. | packages/core/src/vendor/standard-schema.d.ts:62 |
value | readonly | Output | The typed output value. | packages/core/src/vendor/standard-schema.d.ts:60 |