---
title: RouteMap
source: https://github.com/remix-run/remix/blob/main/packages/routes/src/lib/route-map.ts#L10
---

# RouteMap

## Summary

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

## Signature

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