boxons/app/RootStackParamList.ts

6 lines
147 B
TypeScript

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