/** * Serializer for Connect onboarding response. */ export type StripeConnectOnboardResponse = { account_id: string; onboarding_url: string; };