api service add filter by dnaId of Profile
This commit is contained in:
parent
b2d59ef698
commit
b071bc2d92
3 changed files with 129 additions and 1 deletions
|
|
@ -25,5 +25,11 @@ export type RequestWithUserWebService = Request & {
|
|||
id: string;
|
||||
name: string;
|
||||
accessApi: string[];
|
||||
accessType?: string;
|
||||
dnaRootId?: string | null;
|
||||
dnaChild1Id?: string | null;
|
||||
dnaChild2Id?: string | null;
|
||||
dnaChild3Id?: string | null;
|
||||
dnaChild4Id?: string | null;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue