@pathmaker-digital/pmd-utilities - v2.2.6
    Preparing search index...

    Type Alias ValidationResult

    ValidationResult: { valid: true } | { error: string; valid: false }

    Represents the result of a validation operation.

    This type can either indicate a successful validation with valid: true, or a failed validation with valid: false and an accompanying error message.