Result
Result<
Output> =SuccessResult<Output> |FailureResult
Defined in: packages/input/src/standard-schema.ts:28
The result interface of the validate function.
Type Parameters
Section titled “Type Parameters”Output
Section titled “Output”Output