Type Alias GetAutomationConnectionsHttpResponse

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

Properties

headers: Headers
status: 200