---
title: MatchData
---

# MatchData

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/fetch-router/src/lib/router.ts#L132" target="_blank">View Source</a>

## Summary

The normalized route-match payload stored in the router matcher.

## Signature

```ts
type MatchData = RouteMatchData;

```