Lager - v5.2.0
    Preparing search index...

    Interface MultipleOrdersDataResponse

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

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

    MultipleOrdersDataResponse

    interface MultipleOrdersDataResponse {
        data: Order[];
    }
    Index

    Properties

    Properties

    data: Order[]

    An array of Order objects representing the orders data.