/** * Response containing a Stripe customer portal URL for subscription management. */ export type PortalUrlResponse = { /** * Stripe customer portal URL. */ portal_url: string; };