Route capture receiver signature.
This is a function that can be passed to route match in order to receive partial route matches. I.e. matching fragments of the route captured by different matchers.
This function parameters depend on the kind of the capture reported by corresponding matcher. The RouteCaptorSignatureMap maps capture kinds to their callback signatures.
Rest
...capture: Parameters<RouteCaptorSignatureMap<TRoute>[TKind]>Generated using TypeDoc
A type of matching route.