Defined in: [src/models/streaming.ts:51](https://github.com/strands-agents/harness-sdk/blob/576da59fdc411b55036a7cf66d4e1659a67d4d0d/strands-ts/src/models/streaming.ts#L51)

Data for a message start event.

## Properties

### type

```ts
type: "modelMessageStartEvent";
```

Defined in: [src/models/streaming.ts:55](https://github.com/strands-agents/harness-sdk/blob/576da59fdc411b55036a7cf66d4e1659a67d4d0d/strands-ts/src/models/streaming.ts#L55)

Discriminator for message start events.

---

### role

```ts
role: Role;
```

Defined in: [src/models/streaming.ts:60](https://github.com/strands-agents/harness-sdk/blob/576da59fdc411b55036a7cf66d4e1659a67d4d0d/strands-ts/src/models/streaming.ts#L60)

The role of the message being started.