Interface representing the raw response from the automation API

interface ESPRawAutomationResponse {
    automation_id: string;
    status: string;
}

Properties

automation_id: string
status: string