---
title: KeyValuePairs.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/keyvaluepairs/element
---

# KeyValuePairs.Element

The element type of a KeyValuePairs: a tuple containing an individual key-value pair.

## Declaration

```swift
typealias Element = (key: Key, value: Value)
```
