cleanup
This commit is contained in:
parent
03710dfdae
commit
9a1ff79f66
43 changed files with 264 additions and 92 deletions
|
@ -1,5 +1,11 @@
|
|||
export interface InviteViewModel {
|
||||
id: number;
|
||||
username: string;
|
||||
mail: string;
|
||||
firstname: string;
|
||||
lastname: string;
|
||||
}
|
||||
|
||||
export interface CreateInviteViewModel {
|
||||
username: string;
|
||||
mail: string;
|
||||
firstname: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue