---
title: AsyncMapSequence.Element
framework: swift
role: symbol
role_heading: Type Alias
path: swift/asyncmapsequence/element
---

# AsyncMapSequence.Element

The type of element produced by this asynchronous sequence.

## Declaration

```swift
typealias Element = Transformed
```

## Discussion

Discussion The map sequence produces whatever type of element its transforming closure produces.
