export type AutomationResponse = {
  id: string,
  name: string,
  description: string,
  enabled: boolean,
}