export interface StripeResponseInterface { error?: { code: string; message: string; type: string; }; token?: { id: string; }; paymentIntent?: { id: string; }; }