Adding entity for api
This commit is contained in:
6
src/app/interface/UserEntity.ts
Normal file
6
src/app/interface/UserEntity.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export interface UserEntity {
|
||||
id: number;
|
||||
name: string;
|
||||
username: string;
|
||||
password: string;
|
||||
}
|
||||
Reference in New Issue
Block a user