export interface CreditCardFields { name: string; number: string; expiry: string; cvc: string; }