# ContentBlock

> **Interface** in `@langchain/core`

📖 [View in docs](https://reference.langchain.com/javascript/langchain-core/messages/ContentBlock)

## Signature

```javascript
interface ContentBlock
```

## Extends

- `BaseContentBlock`

## Properties

- `id`
- `type`

---

[View source on GitHub](https://github.com/langchain-ai/langchainjs/blob/2a5713dfbc5987fb1dcf85cd1de9379816688927/libs/langchain-core/src/messages/content/index.ts#L13)