invite base operations
This commit is contained in:
parent
51e9452901
commit
61052805ae
9 changed files with 375 additions and 11 deletions
7
src/viewmodels/admin/invite.models.ts
Normal file
7
src/viewmodels/admin/invite.models.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
export interface InviteViewModel {
|
||||
id: number;
|
||||
username: string;
|
||||
mail: string;
|
||||
firstname: string;
|
||||
lastname: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue