explorer-app/types/components.ts

6 lines
91 B
TypeScript
Raw Permalink Normal View History

2023-12-19 18:43:42 +01:00
export interface InputOption {
label: string
2024-09-12 18:03:06 +02:00
value: string | number
2023-12-19 18:43:42 +01:00
count?: number
}