open-nav
    Preparing search index...

    Interface ValidationReport

    interface ValidationReport {
        errors: InvoiceValidationIssue[];
        issues: InvoiceValidationIssue[];
        valid: boolean;
        warnings: InvoiceValidationIssue[];
    }
    Index

    Everything, in the order found.

    valid: boolean

    True when there are no errors. Warnings do not make a report invalid.