> ## Documentation Index
> Fetch the complete documentation index at: https://fastmcp-ts.docs.prefect.io/llms.txt
> Use this file to discover all available pages before exploring further.

# FileHandle

Defined in: [server/apps/providers/FileUpload.ts:8](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/apps/providers/FileUpload.ts#L8)

## Properties

### data

```ts theme={null}
data: Buffer;
```

Defined in: [server/apps/providers/FileUpload.ts:12](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/apps/providers/FileUpload.ts#L12)

***

### handle

```ts theme={null}
handle: string;
```

Defined in: [server/apps/providers/FileUpload.ts:9](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/apps/providers/FileUpload.ts#L9)

***

### mimeType

```ts theme={null}
mimeType: string;
```

Defined in: [server/apps/providers/FileUpload.ts:11](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/apps/providers/FileUpload.ts#L11)

***

### name

```ts theme={null}
name: string;
```

Defined in: [server/apps/providers/FileUpload.ts:10](https://github.com/PrefectHQ/fastmcp-ts/blob/e4b6038f642b529f601463a576229747afebe9a4/src/server/apps/providers/FileUpload.ts#L10)
