Files
edgeKey/lib/types/common.ts
2026-04-21 11:56:35 +08:00

5 lines
68 B
TypeScript

export interface SelectOption {
label: string;
value: string;
}