Massive/drawer-param-list.ts
2022-10-05 23:38:52 +13:00

9 lines
119 B
TypeScript

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