// he/category
export const category = {
  all: 'הכל',
  coupon: 'קופון',
  group: 'עסקאות קבוצתיות',
} as const;
