import {Plan} from './plan' export type PlanPageParams = { PlanList: {} EditPlan: { plan: Plan } StartPlan: { plan: Plan } }