Type Alias GetAutomationsHttpResponse

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

Properties

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