UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

8 lines (7 loc) 245 B
import type { MonthDay } from "./../platform/MonthDay.js"; /** 정해진 날짜(월, 일)에 정산 */ export type PlatformSettlementCycleMethodManualDates = { type: "MANUAL_DATES"; /** 월 및 일자 정보 */ dates: MonthDay[]; };