mirror of
https://github.com/bitwarden/browser
synced 2026-02-07 04:03:29 +00:00
Don't export type
This commit is contained in:
@@ -8,7 +8,7 @@ export type SelectCollectionView = BaseSelectView & {
|
||||
id: CollectionId;
|
||||
};
|
||||
|
||||
export type BaseSelectView = {
|
||||
type BaseSelectView = {
|
||||
listName: string; // Default bindValue -> this is what will be displayed in list items
|
||||
labelName: string; // This is what will be displayed in the selection option badge
|
||||
icon?: string; // Icon to display within the list
|
||||
|
||||
Reference in New Issue
Block a user