---
title: AnyParams
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.2/packages/fetch-router/src/lib/request-context.ts#L32
---

# AnyParams

## Summary

A broad params shape for APIs that cannot know an exact route pattern ahead of time.

## Signature

```ts
type AnyParams = Record<string, string>;

```