/* generated using openapi-typescript-codegen -- do not edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ /** * Response containing a Stripe customer portal URL for subscription management. */ export type PortalUrlResponse = { /** * Stripe customer portal URL. */ portal_url: string; };