Type Alias GetAutomationHttpResponse

type GetAutomationHttpResponse = {
    data: AutomationDetailResponseObject;
    headers: Headers;
    status: 200;
}
Index
headers: Headers
status: 200