# RealtimeTextPart

# Interface: RealtimeTextPart

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

Text content part in a realtime message

## Properties

### content

```ts
content: string;
```

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

***

### type

```ts
type: "text";
```

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