We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebcc66 commit 95632e0Copy full SHA for 95632e0
apps/client/types/dtos/myStudy.ts
@@ -72,7 +72,7 @@ export type StudyCurriculumListDtoType = StudyCurriculumDto[];
72
export interface DailyTaskDto<T extends DailyTaskType> {
73
studyDetailId: number;
74
week: number;
75
- todoType: T;
+ taskType: T;
76
deadLine: string;
77
attendanceStatus: T extends "ATTENDANCE" ? AttendanceStatusType : never;
78
assignmentTitle: T extends "ASSIGNMENT" ? string : never;
0 commit comments