Something like the following would help: ```ts export type MatchChildrenProps = { matches: boolean; url: string; path: string; } ```