// useLibs
// noPage
import esp from 'esoftplay/esp';


export interface EventCounter_typeProps {
  id: any,
  title: string
}


export default function m(): EventCounter_typeProps[] {
  return [
    {
      id: 1,
      title: esp.lang("event/counter_type", "ticket")
    },
    {
      id: 2,
      title: esp.lang("event/counter_type", "money")
    },
  ]
}