export type TimeTrackingEntry = { userId: string; startedAt: string; finishedAt: string | null; };