Massive/drawer-param-list.ts
2022-09-26 14:38:25 +13:00

9 lines
117 B
TypeScript

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