Move software files one directory up, Readme
This commit is contained in:
8
src/data/models/user/accountModel.ts
Normal file
8
src/data/models/user/accountModel.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export class AccountModel {
|
||||
id: number
|
||||
username: string = ""
|
||||
password: string = ""
|
||||
email: string = ""
|
||||
firstName: string = ""
|
||||
lastName: string = ""
|
||||
}
|
||||
Reference in New Issue
Block a user