export interface InputOption {
  label: string
  value: string | number
  count?: number
}