explorer-app/types/components.ts

6 lines
91 B
TypeScript

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