Defined in: [src/types/citations.ts:156](https://github.com/strands-agents/harness-sdk/blob/f23d6cce5a8fae509dc0ad28ee20de4be886e7d9/strands-ts/src/types/citations.ts#L156)

Data for a citations content block.

## Properties

### citations

```ts
citations: Citation[];
```

Defined in: [src/types/citations.ts:160](https://github.com/strands-agents/harness-sdk/blob/f23d6cce5a8fae509dc0ad28ee20de4be886e7d9/strands-ts/src/types/citations.ts#L160)

Array of citations linking generated content to source locations.

---

### content

```ts
content: CitationGeneratedContent[];
```

Defined in: [src/types/citations.ts:165](https://github.com/strands-agents/harness-sdk/blob/f23d6cce5a8fae509dc0ad28ee20de4be886e7d9/strands-ts/src/types/citations.ts#L165)

The generated content associated with these citations.