Type Alias CreateAutomationConnectionHttpResponse

type CreateAutomationConnectionHttpResponse = {
    data: AutomationConnectionDetailObject;
    headers: Headers;
    status: 201;
}
Index
headers: Headers
status: 201