issue #
- ScheduleListResponseDTO data 타입 오류 수정
This commit is contained in:
@@ -12,4 +12,4 @@ export type ScheduleList = {
|
||||
status: Status;
|
||||
}
|
||||
|
||||
export type ScheduleListResponseDTO = BaseResponseDTO<ScheduleList>;
|
||||
export type ScheduleListResponseDTO = BaseResponseDTO<ScheduleList[]>;
|
||||
Reference in New Issue
Block a user