mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
plan types
This commit is contained in:
9
src/enums/planType.ts
Normal file
9
src/enums/planType.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export enum PlanType {
|
||||
Free = 0,
|
||||
FamiliesAnnually = 1,
|
||||
TeamsMonthly = 2,
|
||||
TeamsAnnually = 3,
|
||||
EnterpriseMonthly = 4,
|
||||
EnterpriseAnnually = 5,
|
||||
Custom = 6,
|
||||
}
|
||||
Reference in New Issue
Block a user