UpdateGroupGradeConfigBodyDto: {
    itemScoreRates?: {
        itemId: string;
        scoreRate: number;
    }[];
    scoreRateType: "KEEP_SCORE_WEIGHT" | "USER_INPUT";
}