Massive/drawer-param-list.ts

9 lines
112 B
TypeScript

export type DrawerParamList = {
Home: {}
Settings: {}
Graphs: {}
Plans: {}
Workouts: {}
Timer: {}
}