1
0
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:
Thomas Rittson
2025-07-19 10:52:55 +10:00
parent 46c8d96834
commit e4db22a870

View File

@@ -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