Variable globalCustomerTagsConst

globalCustomerTags: {
    B2B_20: "b2b-20";
    B2B_25: "b2b-25";
    BRAND_AMBASSADOR_20: "brand-ambassador-20";
    DOMAIN_20: "domain-promotion-20";
    EMPLOYEE: "employee";
    FORMER_EMPLOYEE: "former-employee";
    FRIENDS_AND_FAMILY: "friends-and-fam";
    INVESTOR: "investor-15";
    TEST_PRESALE_CUSTOMER: "test-active-presale";
    TEST_SALE_CUSTOMER: "test-active-sale";
    TRADE: "trade-customer";
    TRADE_15: "trade-15";
    TRADE_20: "trade-20";
    TRADE_25: "trade-25";
} = ...

Type declaration

  • Readonly B2B_20: "b2b-20"
  • Readonly B2B_25: "b2b-25"
  • Readonly BRAND_AMBASSADOR_20: "brand-ambassador-20"
  • Readonly DOMAIN_20: "domain-promotion-20"
  • Readonly EMPLOYEE: "employee"
  • Readonly FORMER_EMPLOYEE: "former-employee"
  • Readonly FRIENDS_AND_FAMILY: "friends-and-fam"
  • Readonly INVESTOR: "investor-15"
  • Readonly TEST_PRESALE_CUSTOMER: "test-active-presale"
  • Readonly TEST_SALE_CUSTOMER: "test-active-sale"
  • Readonly TRADE: "trade-customer"
  • Readonly TRADE_15: "trade-15"
  • Readonly TRADE_20: "trade-20"
  • Readonly TRADE_25: "trade-25"

Generated using TypeDoc