export interface PaymentsProperties { options: ('Discover' | 'Google' | 'Mastercard' | 'Paypal' | 'Visa')[]; }