UNPKG

@yuju/tosspayments-sdk

Version:

Toss Payments SDK for Node.js

6 lines (5 loc) 115 B
export type API_VERSION = '2022-06-08'; export type OPTIONS = { version: API_VERSION; endpoint: string; };