/** * Complete onboarding view model * UI representation of onboarding completion result */ export interface CompleteOnboardingViewModel { driverId: string; success: boolean; }