UNPKG

@enonic/mock-xp

Version:

Mock Enonic XP API JavaScript Library

14 lines (13 loc) 392 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Principal = void 0; var Principal = (function () { function Principal(_a) { var displayName = _a.displayName, key = _a.key, type = _a.type; this.displayName = displayName; this.key = key; this.type = type; } return Principal; }()); exports.Principal = Principal;