UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

7 lines (6 loc) 211 B
import type { PaymentTextSearchField } from "./../payment/PaymentTextSearchField.js"; /** 통합검색 입력 정보 */ export type PaymentTextSearch = { field: PaymentTextSearchField; value: string; };