Massive/drawer-params.ts

12 lines
163 B
TypeScript
Raw Normal View History

export type DrawerParams = {
History: {};
Exercises: {};
Plans: {};
Graphs: {};
Timer: {};
2023-10-19 05:28:56 +00:00
Weight: {};
2023-10-24 08:32:31 +00:00
Insights: {};
Settings: {};
Daily: {};
};