export interface CompleteOnboardingViewData { success: boolean; driverId?: string; errorMessage?: string; }