Skip to content

True Myth / standard-schema / StandardSchemaV1 / Result

Type Alias: Result<Output>

Result<Output> = SuccessResult<Output> | FailureResult

The result interface of the validate function.

Type Parameters

Output

Output