UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

7 lines (6 loc) 263 B
import type { PlatformContract } from "./../platform/PlatformContract.js"; /** 계약 예약 업데이트 재설정 성공 응답 */ export type ReschedulePlatformContractResponse = { /** 예약된 계약 정보 */ scheduledContract: PlatformContract; };