explorer-app/types/components.ts
2023-12-19 18:43:42 +01:00

5 lines
82 B
TypeScript

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