/** 월 및 일자 정보 */ export type MonthDay = { /** (int32) */ month: number; /** (int32) */ day: number; };