Interface PermissionRole

interface PermissionRole {
    id: string;
    name: LanguageString;
}

Properties

Properties

id: string