MatchedRoute type
Home > @rimitive/router > MatchedRoute
MatchedRoute type
Section titled “MatchedRoute type”A matched route with its extracted parameters
Signature:
export type MatchedRoute = { id: string; pattern: string; params: Record<string, string>; path: string;};