export type RouteConfig = { replace?: boolean; preventDefault?: boolean; pageTitle?: string; data?: any; queryString?: string; };