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

# ContextEntries

## Summary

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

## Signature

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

```