/** * 카카오페이 bypass 파라미터 */ export type KakaopayPaymentBypass = { /** * 카카오페이 결제창에 띄워줄 사용자 정의 문구 */ custom_message?: string | undefined; };