Commit 0fcd764d authored by Diego Iván's avatar Diego Iván
Browse files

agregando enum para los dias abiertos de un place

parent 548cbcbc
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
export enum Available {
  WEEKEND = 'weekend',
  ALL_DAYS = 'all_days',
  WEEKDAYS = 'weekdays',
  CUSTOM = 'custom',
}