Massive/drawer-param-list.ts

11 lines
149 B
TypeScript

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