Interface ElementPrivileges

interface ElementPrivileges {
    attributes: { [attribute: string]: string[] };
    type: string[];
}

Properties

Properties

attributes: { [attribute: string]: string[] }
type: string[]