UNPKG

@omnia/fx-models

Version:
13 lines (12 loc) 481 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DocumentsLinkHandlerSettings = void 0; const ManifestIds_1 = require("../ManifestIds"); const Tenant_1 = require("../Tenant"); class DocumentsLinkHandlerSettings extends Tenant_1.TenantProperty { constructor() { super(ManifestIds_1.OmniaService.Id, "ofe-linkhandlerdocuments"); this.platforms = []; } } exports.DocumentsLinkHandlerSettings = DocumentsLinkHandlerSettings;