interface UserPermission {
    label: string;
    hint: string;
    disableGM: boolean;
    defaultRole: number;
}

Properties

label: string
hint: string
disableGM: boolean
defaultRole: number