UNPKG

cspace-ui

Version:
10 lines (9 loc) 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PERM_WRITE = exports.PERM_READ = exports.PERM_NONE = exports.PERM_DELETE = void 0; const PERM_NONE = exports.PERM_NONE = 0; const PERM_READ = exports.PERM_READ = 1; const PERM_WRITE = exports.PERM_WRITE = 2; const PERM_DELETE = exports.PERM_DELETE = 3;