/** * Dashboard Query * * Query object for fetching dashboard data. */ export interface DashboardQuery { driverId: string; }