> For the complete documentation index, see [llms.txt](https://docs.monokot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.monokot.io/scripts/api/bundlepair.md).

# BundlePair

The BundlePair object represents a key/value pair from a [<mark style="color:blue;">Bundle</mark>](/scripts/api/bundle.md) object.

### Fields

| **Name** | **Description**                                   |
| -------- | ------------------------------------------------- |
| key      | Represents a key associated with a value.         |
| value    | Represents a value (an object of arbitrary type). |
