explorer-app/types/components.ts
2024-09-12 18:03:06 +02:00

5 lines
91 B
TypeScript

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