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