---
title: IfMatchInit
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/headers/src/lib/if-match.ts#L7
---

# IfMatchInit

## Summary

Initializer for an `If-Match` header value.

## Signature

```ts
interface IfMatchInit {
  tags: string[];
}

```

## Properties

### `tags`

The entity tags to compare against the current entity.