Type Alias CheckAutomationConnectionHttpResponse

type CheckAutomationConnectionHttpResponse = {
    data: AutomationConnectionCheckObject;
    headers: Headers;
    status: 200;
}
Index
headers: Headers
status: 200