The response schema for the getDestinations operation.

Export

GetDestinationsResponse

interface GetDestinationsResponse {
    errors?: Error[];
    payload?: Destination[];
}

Properties

Properties

errors?: Error[]

A list of error responses returned when a request is unsuccessful.

Memberof

GetDestinationsResponse

payload?: Destination[]

A list of destinations.

Memberof

GetDestinationsResponse