API reference / @evolu/common / Type / StandardSchemaV1 / Result
Type Alias: Result<Output>
type Result<Output> = SuccessResult<Output> | FailureResult;
Defined in: packages/common/src/Type.ts:4236
The result interface of the validate function.
Type Parameters
| Type Parameter |
|---|
Output |