Type Alias GetAutomationConnectorsHttpResponse

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

Properties

headers: Headers
status: 200