export interface SPItem {
    ID: number;
    Title: string;
}
