export type StripePaywallCheckoutResponse = { checkout_url: string; session_id: string; };