fix 02
This commit is contained in:
parent
7b5ac4e11c
commit
7077e75fc7
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ interface AccessEntry {
|
|||
interface MandateInfo {
|
||||
id: string;
|
||||
name: string;
|
||||
label?: string;
|
||||
roleIds: string[];
|
||||
featureInstances: {
|
||||
id: string;
|
||||
|
|
|
|||
Loading…
Reference in a new issue