---
title: AsyncLineSequence.Element
framework: foundation
role: symbol
role_heading: Type Alias
path: foundation/asynclinesequence/element
---

# AsyncLineSequence.Element

The type of elements produced by this asynchronous sequence.

## Declaration

```swift
typealias Element = String
```

## Discussion

Discussion AsyncLineSequence produces elements of type String.
