# BundlePair

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

### Fields

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