```ts
type ContentBlockStart = ToolUseStart;
```

Defined in: [src/models/streaming.ts:374](https://github.com/strands-agents/harness-sdk/blob/e4284b561624d906e361535ef1f1adcd5ce3461b/strands-ts/src/models/streaming.ts#L374)

Information about a content block that is starting. Currently only represents tool use starts.