export interface SPLink {
    Description: string;
    Url: string;
}
