import type { MonthDay } from "./../platform/MonthDay.js"; export type PlatformSettlementCycleMethodManualDatesInput = { /** 월 및 일자 정보 */ dates: MonthDay[]; };