# UploadedImage

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/web/src/hooks/useImageUpload.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/hooks/useImageUpload.ts#L14)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `url` | `string` |
| `filename` | `string` |
| `size` | `number` |
| `width` | `number` |
| `height` | `number` |
| `altText` | `string` |
| `caption` | `string` |
| `audiences` | `string[]` |
