UNPKG

@gsb-core/core

Version:

GSB core services and classes for platform-independent web applications

11 lines 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.GsbRecurringJob = void 0; class GsbRecurringJob { constructor(obj) { Object.assign(this, obj); this._entDefName = "GsbRecurringJob"; } } exports.GsbRecurringJob = GsbRecurringJob; //# sourceMappingURL=gsb-recurring-job.model.js.map