2025-06-06 15:07:26 +08:00

6 lines
97 B
TypeScript

export interface Option {
text: string;
value: string | number;
icon: string;
}