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