// he/domain_metric
export const domain_metric = {
  earned: 'הרוויח',
  customers: 'לקוחות',
  returned: 'חוזרים',
} as const;
