UNPKG

@portone/browser-sdk

Version:

PortOne SDK for browser

10 lines (9 loc) 159 B
export type Product = { id: string; name: string; code?: string; amount: number; quantity: number; tag?: string; link?: string; };