Variable.ApplicationFeature
const ApplicationFeature: {
Dpp: "dpp";
Loyalty: "loyalty";
};
Flags describing which product surfaces (DPP or Loyalty) are enabled for a given application. Used throughout the SDK to flip UI and API capabilities.
Type Declaration
Dpp
readonly Dpp: "dpp";
Loyalty
readonly Loyalty: "loyalty";