Massive/drawer-param-list.ts

8 lines
98 B
TypeScript

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