Massive/drawer-param-list.ts

10 lines
133 B
TypeScript
Raw Normal View History

export type DrawerParamList = {
Home: {};
Settings: {};
Graphs: {};
Plans: {};
Workouts: {};
Timer: {};
2023-10-19 05:28:56 +00:00
Weight: {};
};