export interface PaymentOptionProps { type: string; label: string; isSelected: boolean; onSelect: () => void; }