UNPKG

@kontent-ai/management-sdk

Version:
17 lines 588 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CustomAppModels = void 0; var CustomAppModels; (function (CustomAppModels) { class CustomApp { constructor(data) { this.name = data.name; this.codename = data.codename; this._raw = data._raw; this.source_url = data.source_url; this.config = data.config; } } CustomAppModels.CustomApp = CustomApp; })(CustomAppModels || (exports.CustomAppModels = CustomAppModels = {})); //# sourceMappingURL=custom-app.models.js.map