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