Files
web/apps/scandic-web/components/HotelReservation/PaymentOption/paymentOption.ts
2025-04-28 12:40:52 +00:00

6 lines
94 B
TypeScript

export interface PaymentOptionProps {
value: string
label: string
cardNumber?: string
}