export interface Card { cardHolderName: string, cardNumber: string, cardExpMonth: string, cardExpYear: string, cardCVV: string }