UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

6 lines (5 loc) 147 B
/** 빌링키가 존재하지 않는 경우 */ export type BillingKeyNotFoundError = { type: "BILLING_KEY_NOT_FOUND"; message?: string; };