# RealtimeImagePart

# Interface: RealtimeImagePart

Defined in: [packages/typescript/ai/src/realtime/types.ts:136](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/realtime/types.ts#L136)

Image content part in a realtime message

## Properties

### data

```ts
data: string;
```

Defined in: [packages/typescript/ai/src/realtime/types.ts:139](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/realtime/types.ts#L139)

Base64-encoded image data or a URL

***

### mimeType

```ts
mimeType: string;
```

Defined in: [packages/typescript/ai/src/realtime/types.ts:141](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/realtime/types.ts#L141)

MIME type of the image (e.g., 'image/png', 'image/jpeg')

***

### type

```ts
type: "image";
```

Defined in: [packages/typescript/ai/src/realtime/types.ts:137](https://github.com/TanStack/ai/blob/main/packages/typescript/ai/src/realtime/types.ts#L137)
