---
title: ContextEntries
---

# ContextEntries

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

## Summary

An ordered list of request-context entries. Later entries override earlier ones for the same key.

## Signature

```ts
type ContextEntries = readonly ContextEntry[];

```