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

Defined in: [src/types/citations.ts:120](https://github.com/strands-agents/harness-sdk/blob/57d070582e9bd93afb549b4d2f976ce0dbaf03b6/strands-ts/src/types/citations.ts#L120)

Source content referenced by a citation. Modeled as a union type for future extensibility.

## Properties

### text

```ts
text: string;
```

Defined in: [src/types/citations.ts:120](https://github.com/strands-agents/harness-sdk/blob/57d070582e9bd93afb549b4d2f976ce0dbaf03b6/strands-ts/src/types/citations.ts#L120)