jmap-kit
    Preparing search index...
    ValidationResult:
        | { errors?: never; valid: true }
        | { errors: Error[]; valid: false }

    Represents the result of a validation operation from a validation plugin. Used by the ValidationPlugin.validate() method to indicate whether validation was successful or failed with specific errors.