export interface IEnterpriseGlossaryInformationSourceReadonly { name: string; toObject(): T; } export interface IEnterpriseGlossaryInformationSource extends IEnterpriseGlossaryInformationSourceReadonly { setValue(value: T): Promise; }