@shopify/app-bridge
Version:
**Shopify is doubling our engineering staff in 2021! [Join our team and work on libraries like this one.](https://smrtr.io/5GGrc)**
14 lines (13 loc) • 410 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Action = void 0;
/**
* Action Types for the Features group
* @public
*/
var Action;
(function (Action) {
Action["UPDATE"] = "APP::FEATURES::UPDATE";
Action["REQUEST"] = "APP::FEATURES::REQUEST";
Action["REQUEST_UPDATE"] = "APP::FEATURES::REQUEST::UPDATE";
})(Action = exports.Action || (exports.Action = {}));