export type RootStackParamList = { Dashboard: undefined; Timer: { reps: number, restTime: number, workTime: number}; Settings: undefined; };