UNPKG

@abaplint/core

Version:
21 lines 580 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AuthorizationObject = void 0; const _abstract_object_1 = require("./_abstract_object"); class AuthorizationObject extends _abstract_object_1.AbstractObject { getType() { return "SUSO"; } getAllowedNaming() { return { maxLength: 10, allowNamespace: true, }; } getDescription() { // todo return undefined; } } exports.AuthorizationObject = AuthorizationObject; //# sourceMappingURL=authorization_object.js.map