Lager - v5.2.0
    Preparing search index...

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

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

    DeliveryDataResponse

    interface DeliveryDataResponse {
        data: Delivery[];
    }
    Index

    Properties

    Properties

    data: Delivery[]

    An array of Delivery objects representing the deliveries data.