1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-19 07:35:48 +02:00
bitwarden-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,
}