# WebhookFile

`interface` in `gateway` · v0.1.0-next.3

<https://docs.seedcord.org/packages/gateway/0.1.0-next.3/interfaces/webhook-file>

A file attached to a webhook report.

```ts
interface WebhookFile
```

## Properties

### data

```ts
data: Buffer;
```

### description

```ts
description: string;
```

### name

```ts
name: string;
```
