Lager - v5.2.0
    Preparing search index...

    Represents the response structure for fetching multiple invoices' data from the API.

    This interface defines the expected structure of the response when retrieving a list of invoices from the API.

    InvoiceDataResponse

    interface InvoiceDataResponse {
        data: Invoice[];
    }
    Index

    Properties

    Properties

    data: Invoice[]

    An array of Invoice objects representing the invoices data.