export interface StripeCreateCardTokenInterface { cvc: string; exp_month: string; exp_year: string; expire?: string; name?: string; number: string; }