/** * Stripe checkout session serialized response */ export type StripeCheckoutSessionResponse = { redirect_to: string; };