Interface OfficeRoleAdd

interface OfficeRoleAdd {
    name: LanguageString;
    rights: string[];
}

Properties

Properties

rights: string[]