feat: frontend
This commit is contained in:
8
ordr-ui/app/client/queries/SetUserPositionQuery.ts
Normal file
8
ordr-ui/app/client/queries/SetUserPositionQuery.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
SetUserPosition
|
||||
PUT: {{baseURL}}/user/position?user_id=2&position=Manager
|
||||
*/
|
||||
export interface SetUserPosition {
|
||||
user_id: string;
|
||||
position: string;
|
||||
}
|
||||
Reference in New Issue
Block a user