export interface UserInGroupInterface { userId: string, name: string, initiator: boolean }