Type Alias GetAutomationRunsHttpResponse

type GetAutomationRunsHttpResponse = {
    data: automations.RunList;
    headers: Headers;
    next?: (
        options?: ApiCallOptions,
    ) => Promise<automations.GetAutomationRunsHttpResponse>;
    prev?: (
        options?: ApiCallOptions,
    ) => Promise<automations.GetAutomationRunsHttpResponse>;
    status: 200;
}
Index

Properties

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