Initial commit: Angular frontend and Expressjs backend
This commit is contained in:
6
worklenz-backend/src/interfaces/user.ts
Normal file
6
worklenz-backend/src/interfaces/user.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface IUser {
|
||||
id?: string;
|
||||
name?: string;
|
||||
password?: string;
|
||||
email?: string;
|
||||
}
|
||||
Reference in New Issue
Block a user