mirror of
https://github.com/34892002/edgeKey.git
synced 2026-09-07 00:38:14 +08:00
5 lines
68 B
TypeScript
5 lines
68 B
TypeScript
export interface SelectOption {
|
|
label: string;
|
|
value: string;
|
|
}
|