UNPKG

@omnia/fx-models

Version:
6 lines (5 loc) 311 B
import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models"; export type EnterpriseGlossaryInformationProviderId = GuidValue; export declare abstract class EnterpriseGlossaryInformationSourceSettings { abstract readonly providerId: EnterpriseGlossaryInformationProviderId; }