В моем Реагировать контейнеры/компонент, какой тип мог бы использовать для ссылки на match
часть Включается Реагировать Router DOM?
interface Props {
match: any // <= What could I use here instead of any?
}
export class ProductContainer extends React.Component<Props> {
// ...
}