@samatawy/rules
    Preparing search index...

    Interface ValidationResult

    interface ValidationResult {
        valid: boolean;
        errors?: string[];
    }
    Index

    Properties

    Properties

    valid: boolean

    Indicates whether the validated target passed all checks.

    errors?: string[]

    If the target is not valid, this array contains error messages detailing each validation failure.