updated api web service
This commit is contained in:
parent
537d70a8f3
commit
e0de2ed251
5 changed files with 84 additions and 3 deletions
|
|
@ -11,3 +11,11 @@ export type RequestWithUser = Request & {
|
|||
role: string[];
|
||||
};
|
||||
};
|
||||
|
||||
export type RequestWithUserWebService = Request & {
|
||||
user: {
|
||||
id: string;
|
||||
name: string;
|
||||
accessApi: string[];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue