export type RootStackParamList = {
dashboard: undefined;
timer: { reps: number, restTime: number, workTime: number};
};