/** * **갤럭시아 bypass 파라미터** */ export type GalaxiaIssueBillingKeyBypass = { /** * 구매 상품 코드 */ ITEM_CODE?: string | undefined; };