---
title: RouteMap
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/fetch-router/src/lib/route-map.ts#L13
---

# RouteMap

## Summary

A map of route names to [`Route`](/api/remix/routes/class/Route/) objects or nested route maps.

## Signature

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