/** * 상점 정보 */ export type EximbayV2Merchant = { /** * 상점명 */ shop?: string | undefined; /** * 파트너 코드 */ partner_code?: string | undefined; };