---
title: FileKey
---

# FileKey

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

## Summary

A reference to a file in storage by its key.

## Signature

```ts
interface FileKey {
  key: string;
}

```

## Properties

### key

The key of the file in storage.