invite base operations

This commit is contained in:
Julian Krauser 2024-11-23 14:25:41 +01:00
parent 51e9452901
commit 61052805ae
9 changed files with 375 additions and 11 deletions

View file

@ -0,0 +1,7 @@
export interface InviteViewModel {
id: number;
username: string;
mail: string;
firstname: string;
lastname: string;
}