Type alias Matched<R>

Matched<R>: {
    route: R;
} & MatchResult<Record<string, string>>

Type Parameters

Type declaration

  • route: R

Generated using TypeDoc