UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

10 lines (9 loc) 152 B
/** * **시작 시점만 있는 기간 범위** */ export type OfferPeriodRangeFrom = { /** * **시작 시점** */ from: string; };