explorer-app/types/components.ts

6 lines
82 B
TypeScript

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