// en/domain_metric
export const domain_metric = {
  earned: 'Earned',
  customers: 'Customers',
  returned: 'Returned',
} as const;
