Massive/drawer-params.ts

12 lines
163 B
TypeScript

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