export interface IAutomation {
    type: string;
}
