UNPKG

@abaplint/core

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