invite management
This commit is contained in:
parent
d1cf9f4c66
commit
c66c847ec1
6 changed files with 87 additions and 20 deletions
6
src/viewmodel/admin/invite.models.ts
Normal file
6
src/viewmodel/admin/invite.models.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export interface InviteViewModel {
|
||||
mail: string;
|
||||
username: string;
|
||||
firstname: string;
|
||||
lastname: string;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue