UNPKG

427 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var ActionType;
4(function (ActionType) {
5 ActionType["START"] = "APP::LOADING::START";
6 ActionType["STOP"] = "APP::LOADING::STOP";
7})(ActionType = exports.ActionType || (exports.ActionType = {}));
8var Action;
9(function (Action) {
10 Action["START"] = "START";
11 Action["STOP"] = "STOP";
12})(Action = exports.Action || (exports.Action = {}));