// en/domain_offer
export const domain_offer = {
  buy_as_member: 'Buy as member',
  member_only: 'Members only',
} as const;
