Massive/drawer-param-list.ts

10 lines
133 B
TypeScript

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