export enum TrigerredByEnum {
  System = 'System',
  Manual = 'Manual',
  Cron = 'Cron',
  Api = 'Api',
}
