UpsertGroupAssignmentBodyDto: {
    allowLateSubmit?: boolean;
    bodyRequired?: boolean;
    fileRequired?: boolean;
    maxScore?: number | null;
    spaceGroupSetId?: string | null;
    submissionMethod?: "ANY_MEMBER" | "ALL_MEMBERS";
}