1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-28 10:51:42 +01:00
bitwarden-estensione-browser/src/enums/planType.ts
Kyle Spearrin 7ba04c919e plan types
2018-07-02 15:19:33 -04:00

10 lines
181 B
TypeScript

export enum PlanType {
Free = 0,
FamiliesAnnually = 1,
TeamsMonthly = 2,
TeamsAnnually = 3,
EnterpriseMonthly = 4,
EnterpriseAnnually = 5,
Custom = 6,
}