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