UNPKG

@abaplint/core

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