@knapsack/app
Version:
Build Design Systems on top of knapsack, by Basalt
17 lines (13 loc) • 409 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ACTIONS = exports.endpoint = void 0;
var _constants = require("../../lib/constants");
const endpoint = `${_constants.apiUrlBase}/plugins`;
exports.endpoint = endpoint;
let ACTIONS;
exports.ACTIONS = ACTIONS;
(function (ACTIONS) {
ACTIONS["getContent"] = "getContent";
})(ACTIONS || (exports.ACTIONS = ACTIONS = {}));