Remix
Remix
remix/data-schema · TypeView Source

ValidationResult

Summary

The result of schema validation.

On success, value is present and issues is absent. On failure, issues is present.

Signature

type ValidationResult<output> = StandardSchemaV1.Result<output>;