---
title: MapTarget
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.2/packages/fetch-router/src/lib/router.ts#L73
---

# MapTarget

## Summary

The valid types for the first argument to `router.map()`.

## Signature

```ts
type MapTarget = RouteTarget | RouteMap;

```