export interface DriverInfo { fullName: string; driverAvatar?: string; payrollNumber: string; }