/** * Serializer for Express Dashboard link response. */ export type StripeConnectDashboardLink = { dashboard_url: string; };