/** * Response for the unified pricing page identifier endpoint (auth + guest). */ export type StripePricingPageSessionResponse = { publishable_key: string; pricing_table_id: string; pricing_table_js: any; payment_link_id: string; payment_link_url: string; client_reference_id: string; customer_email?: string | null; };