import { Base } from "../../"; /********************************************* * TaxonomyFieldValue **********************************************/ export interface TaxonomyFieldValue { Label?: string; TermGuid?: string; WssId?: number; } /********************************************* * TaxonomyFieldValueCollections **********************************************/ export interface TaxonomyFieldValueCollections { }