10 lines
467 B
JavaScript
10 lines
467 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.actionDefDict = exports.AbleActionDef = exports.actions = void 0;
|
|
const action_1 = require("oak-domain/lib/actions/action");
|
|
exports.actions = ["count", "stat", "download", "select", "aggregate", "create", "remove", "update", "enable", "disable"];
|
|
exports.AbleActionDef = (0, action_1.makeAbleActionDef)('enabled');
|
|
exports.actionDefDict = {
|
|
ableState: exports.AbleActionDef
|
|
};
|