Type Alias GroupAssignmentDetailDto
GroupAssignmentDetailDto: {
config: {
allowLateSubmit: boolean;
bodyRequired: boolean;
fileRequired: boolean;
maxScore: number | null;
spaceGroupSetId: string | null;
submissionMethod: "ANY_MEMBER" | "ALL_MEMBERS";
};
isLinkValid: boolean;
linkInvalidReason:
| "NOT_LINKED"
| "MISSING"
| "NOT_PUBLIC"
| "SPACE_INACTIVE"
| null;
spaceGroupSetName: string | null;
}