Rest path params
Followdocumentation of thepath-to-regexp
npm package
Example:
ts
import{ Route }from"mobx-route";exportconstserviceRoute=newRoute('/services/:serviceId{/*rest}');