UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

7 lines (6 loc) 177 B
/** 고객사의 플랫폼 기능 관련 정보 */ export type Platform = { /** 해당 플랫폼의 고객사 아이디 */ merchantId: string; graphqlId: string; };