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