import { TermStore } from '@microsoft/microsoft-graph-types'; export interface ITerms { '@odata.context': string; value: TermStore.Term[]; } //# sourceMappingURL=ITerms.d.ts.map