Variable USER_ROLEConst

USER_ROLE: {
    [key in UserRole]: {
        label: string;
        level: number;
        value: UserRole;
    }
} = ...