1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

[AC-1423] Introduce BitwardenProductType enum

This commit is contained in:
Shane Melton
2023-06-14 09:22:10 -07:00
parent fe31fbbc2e
commit 8d92d807e3

View File

@@ -0,0 +1,4 @@
export enum BitwardenProductType {
PasswordManager = 0,
SecretsManager = 1,
}