Massive/drawer-param-list.ts

11 lines
147 B
TypeScript

export type DrawerParams = {
Home: {};
Settings: {};
Graphs: {};
Plans: {};
Exercises: {};
Timer: {};
Weight: {};
Insights: {};
};