---
title: AsyncPublisher.Element
framework: combine
role: symbol
role_heading: Type Alias
path: combine/asyncpublisher/element
---

# AsyncPublisher.Element

The type of element produced by this asynchronous sequence.

## Declaration

```swift
typealias Element = P.Output
```
