export interface Card { number: string; cvc: string; expiryMonth: string; expiryYear: string; }