export type DriverDTO = { id: string; iracingId: string; name: string; country: string; bio?: string; joinedAt: string; };