Type Alias GetAutomationConnectionsHttpResponse

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

Properties

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