UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

6 lines (5 loc) 180 B
import type { MonthDay } from "./../platform/MonthDay.js"; export type PlatformSettlementCycleMethodManualDatesInput = { /** 월 및 일자 정보 */ dates: MonthDay[]; };