Skip to content

Commit

Permalink
fix: 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SeieunYoo committed Nov 2, 2024
1 parent 5ebcc66 commit 95632e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/types/dtos/myStudy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export type StudyCurriculumListDtoType = StudyCurriculumDto[];
export interface DailyTaskDto<T extends DailyTaskType> {
studyDetailId: number;
week: number;
todoType: T;
taskType: T;
deadLine: string;
attendanceStatus: T extends "ATTENDANCE" ? AttendanceStatusType : never;
assignmentTitle: T extends "ASSIGNMENT" ? string : never;
Expand Down

0 comments on commit 95632e0

Please sign in to comment.