```ts
type CitationGeneratedContent = {
  text: string;
};
```

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

Generated content associated with a citation. Modeled as a union type for future extensibility.

## Properties

### text

```ts
text: string;
```

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