The response object from the GetAllocations call

Remarks

Used in AllocationsAPI.List

interface GetAllocationsResponse {
    data: Allocation[];
    meta: {
        pagination: PaginationData;
    };
    object: "list";
}

Properties

Properties

data: Allocation[]
meta: {
    pagination: PaginationData;
}

Type declaration

object: "list"

Generated using TypeDoc