Type Alias GetConsumptionExecutionsHttpResponse

type GetConsumptionExecutionsHttpResponse = {
    data: ExecutionsByTenantList;
    headers: Headers;
    next?: (
        options?: ApiCallOptions,
    ) => Promise<GetConsumptionExecutionsHttpResponse>;
    prev?: (
        options?: ApiCallOptions,
    ) => Promise<GetConsumptionExecutionsHttpResponse>;
    status: 200;
}
Index

Properties

headers: Headers
next?: (
    options?: ApiCallOptions,
) => Promise<GetConsumptionExecutionsHttpResponse>
prev?: (
    options?: ApiCallOptions,
) => Promise<GetConsumptionExecutionsHttpResponse>
status: 200