Defined in: [src/types/citations.ts:156](https://github.com/strands-agents/harness-sdk/blob/e4284b561624d906e361535ef1f1adcd5ce3461b/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/e4284b561624d906e361535ef1f1adcd5ce3461b/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/e4284b561624d906e361535ef1f1adcd5ce3461b/strands-ts/src/types/citations.ts#L165)

The generated content associated with these citations.