export type StripePaywallCheckout = { price_id: string; app: string; success_url: string; cancel_url: string; };