import GymSet from "./gym-set"; export type HomePageParams = { Sets: {}; EditSet: { set: GymSet; }; EditSets: { ids: number[]; }; };