mirror of
https://github.com/bitwarden/clients.git
synced 2026-02-07 09:23:47 +08:00
6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
export interface SelectOptions {
|
|
name: string;
|
|
value: any;
|
|
disabled?: boolean;
|
|
}
|