Massive/drawer-param-list.ts

10 lines
123 B
TypeScript

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