Interface OfficeRole

interface OfficeRole {
    id: string;
    name: LanguageString;
    rights: string[];
    system: boolean;
}

Properties

Properties

id: string
rights: string[]
system: boolean