Massive/drawer-param-list.ts

9 lines
119 B
TypeScript

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