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 {
|
interface MandateInfo {
|
||||||
id: string;
|
id: string;
|
||||||
name: string;
|
name: string;
|
||||||
|
label?: string;
|
||||||
roleIds: string[];
|
roleIds: string[];
|
||||||
featureInstances: {
|
featureInstances: {
|
||||||
id: string;
|
id: string;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue