```ts
type GuardImageSource = {
  bytes: Uint8Array;
};
```

Defined in: [src/types/messages.ts:835](https://github.com/strands-agents/harness-sdk/blob/ca4c20fea3f7d62c29b021c85f336eba5937012f/strands-ts/src/types/messages.ts#L835)

Source for guard content image. Only supports raw bytes.

## Properties

### bytes

```ts
bytes: Uint8Array;
```

Defined in: [src/types/messages.ts:835](https://github.com/strands-agents/harness-sdk/blob/ca4c20fea3f7d62c29b021c85f336eba5937012f/strands-ts/src/types/messages.ts#L835)