UNPKG

@omnia/fx-models

Version:
21 lines (20 loc) 844 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EnterpriseGlossaryTypes = exports.EnterpriseGlossary = exports.EnterpriseGlossaryBase = void 0; const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models"); class EnterpriseGlossaryBase { } exports.EnterpriseGlossaryBase = EnterpriseGlossaryBase; class EnterpriseGlossary extends EnterpriseGlossaryBase { constructor(providerInformationSourceSettings) { super(); this.providerInformationSourceSettings = providerInformationSourceSettings; } } exports.EnterpriseGlossary = EnterpriseGlossary; class EnterpriseGlossaryTypes { static get SharepointTaxonomy() { return new models_1.Guid("4363bdaf-56fe-4680-a3f9-b5c82acd21a2"); } } exports.EnterpriseGlossaryTypes = EnterpriseGlossaryTypes;