edit and delete changes
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
export interface UserEntity {
|
||||
id?: number;
|
||||
id: number;
|
||||
username: string;
|
||||
password: string;
|
||||
admin?: boolean;
|
||||
}
|
||||
|
||||
export interface newUser {
|
||||
username: string;
|
||||
password: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user