feat: frontend
This commit is contained in:
7
ordr-ui/app/client/response/UserResponse.ts
Normal file
7
ordr-ui/app/client/response/UserResponse.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface UserResponse{
|
||||
Id: number;
|
||||
Name: string;
|
||||
JobPosition: string;
|
||||
Active: boolean;
|
||||
Admin: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user