Variable PLANSConst

PLANS: {
    BUSINESS: "business";
    ENTERPRISE: "enterprise";
    HOBBY: "hobby";
    INTERNAL: "internal";
    STARTER: "starter";
    STARTUP: "startup";
} = ...

Type declaration

  • Readonly BUSINESS: "business"
  • Readonly ENTERPRISE: "enterprise"
  • Readonly HOBBY: "hobby"
  • Readonly INTERNAL: "internal"
  • Readonly STARTER: "starter"
  • Readonly STARTUP: "startup"