export type TossBrandpayBrandpayOptionsUiLabels = {
    /**
     * UI에 표시되는 원터치 결제를 대신해 사용할 텍스트. (기본값: "원터치 결제")
     */
    oneTouchPay?: string | undefined;
};
