Massive/home-page-params.ts

9 lines
109 B
TypeScript
Raw Normal View History

2022-10-31 04:22:08 +00:00
import GymSet from './gym-set'
export type HomePageParams = {
2022-10-31 04:22:08 +00:00
Sets: {}
EditSet: {
2022-10-31 04:22:08 +00:00
set: GymSet
}
}