- ScheduleListResponseDTO data 타입 오류 수정
This commit is contained in:
geonhee-min
2025-12-16 15:17:20 +09:00
parent 81e16eec34
commit b04f1c057a

View File

@@ -12,4 +12,4 @@ export type ScheduleList = {
status: Status;
}
export type ScheduleListResponseDTO = BaseResponseDTO<ScheduleList>;
export type ScheduleListResponseDTO = BaseResponseDTO<ScheduleList[]>;