export interface SPGroup {
    Id: number;
    Title: string;
    LoginName: string;
    OwnerTitle: string;
    Description: string;
}
