export interface InviteViewModel { mail: string; username: string; firstname: string; lastname: string; }