1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-12-02 13:23:29 +01: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
No known key found for this signature in database

View File

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