export interface Group {
    id: string;
    title: string;
    email: string;
    sip: string;
    picture: string;
}
