export interface SPTaxonomy {
    Label: string;
    TermID: string;
    WssId: number;
}
