---
title: RouteMap
---

# RouteMap

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

## Summary

A map of route names to Route objects or nested route maps.

## Signature

```ts
interface RouteMap<pattern>
```