open-nav
    Preparing search index...

    Interface ExportedInvoice

    interface ExportedInvoice {
        file: string;
        invoiceIssueDate: string;
        invoiceNumber: string;
        sha256: string;
    }
    Index
    file: string
    invoiceIssueDate: string
    invoiceNumber: string
    sha256: string

    SHA-256 of the file, so the export can be shown to be unaltered.