RouteParams type
Home > @rimitive/router > RouteParams
RouteParams type
Section titled “RouteParams type”Route parameter map extracted from path patterns e.g., ‘/products/:id’ -> { id: string }
Signature:
export type RouteParams = Record<string, string>;