Better typescript typing for a better world
This commit is contained in:
parent
7a214f746b
commit
4771e0008d
59 changed files with 400 additions and 166 deletions
5
shared/models/users/user-create.model.ts
Normal file
5
shared/models/users/user-create.model.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export interface UserCreate {
|
||||
username: string
|
||||
password: string
|
||||
email: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue