import I18n from '../helper/i18/i18n';
export const RadioBuySale = [
  {label: I18n.t('Buy'), value: 'BUY_IN'},
  {label: I18n.t('Sale'), value: 'SELL_OUT'},
];