open-nav
    Preparing search index...

    Interface DataExportManifest

    interface DataExportManifest {
        generatedAt: string;
        invoiceCount: number;
        invoices: ExportedInvoice[];
        selection: DataExportSelection;
        structure: { basis: string; namespace: string; schema: string };
    }
    Index
    generatedAt: string
    invoiceCount: number
    invoices: ExportedInvoice[]

    What was asked for.

    structure: { basis: string; namespace: string; schema: string }

    The structure used, and the provision that permits it.