Interface IAutomationCreate

interface IAutomationCreate {
    description: string;
    name: string;
    schedules: IAutomationScheduleBase[];
    state: "disabled" | "available" | "unavailable";
    workspace: object;
}

Properties

description: string
name: string
state: "disabled" | "available" | "unavailable"
workspace: object