folder structure
This commit is contained in:
parent
5d3f8ea46a
commit
84e2ec72ac
242 changed files with 635 additions and 635 deletions
6
src/viewmodel/admin/user/invite.models.ts
Normal file
6
src/viewmodel/admin/user/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