---
title: AcceptInit
---

# AcceptInit

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/headers/src/lib/accept.ts#L8" target="_blank">View Source</a>

## Summary

Initializer for an Accept header value.

## Signature

```ts
type AcceptInit = Iterable<string | [string, number]> | Record<string, number>;

```