import { RegisterOptions } from "react-hook-form" import { PaymentMethodEnum } from "@/constants/booking" export interface PaymentOptionProps { name: string value: PaymentMethodEnum label: string registerOptions?: RegisterOptions }