Massive/drawer-param-list.ts

9 lines
119 B
TypeScript
Raw Normal View History

export type DrawerParamList = {
Home: {};
Settings: {};
Best: {};
Plans: {};
Workouts: {};
2022-10-05 10:38:52 +00:00
Session: {};
};