diff --git a/src/interfaces/mument/AgainMumentResponseDto.ts b/src/interfaces/mument/AgainMumentResponseDto.ts new file mode 100644 index 0000000..af0ada6 --- /dev/null +++ b/src/interfaces/mument/AgainMumentResponseDto.ts @@ -0,0 +1,6 @@ +import { AgainSelectionInfo } from '../home/AgainSelectionInfo'; + +export interface AgainMumentResponseDto { + todayDate: string; + againMument: AgainSelectionInfo[]; +}