Type Alias GetAutomationConnectorsHttpResponse

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

Properties

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