Massive/drawer-param-list.ts

9 lines
110 B
TypeScript
Raw Normal View History

export type DrawerParamList = {
2022-10-31 04:22:08 +00:00
Home: {}
Settings: {}
Best: {}
Plans: {}
Workouts: {}
Timer: {}
2022-10-31 04:22:08 +00:00
}