Variable globalProductTagsConst

globalProductTags: {
    EMPLOYEE_25: "employee-25";
    EMPLOYEE_NO_DISCOUNT: "employee-no-discount";
    FRIENDS_AND_FAMILY_NO_DISCOUNT: "friends-and-fam-no-discount";
    NEVER_DISCOUNT: "never-discount";
    NEVER_SALE_DISCOUNT: "never-sale";
    TRADE_FREE: "trade-free";
    TRADE_NO_DISCOUNT: "trade-no-discount";
} = ...

Type declaration

  • Readonly EMPLOYEE_25: "employee-25"
  • Readonly EMPLOYEE_NO_DISCOUNT: "employee-no-discount"
  • Readonly FRIENDS_AND_FAMILY_NO_DISCOUNT: "friends-and-fam-no-discount"
  • Readonly NEVER_DISCOUNT: "never-discount"
  • Readonly NEVER_SALE_DISCOUNT: "never-sale"
  • Readonly TRADE_FREE: "trade-free"
  • Readonly TRADE_NO_DISCOUNT: "trade-no-discount"

Generated using TypeDoc