---
title: ManagedAppLibrary.ManagedApps.AsyncIterator.Element
framework: managedappdistribution
role: symbol
role_heading: Type Alias
path: managedappdistribution/managedapplibrary/managedapps/asynciterator/element
---

# ManagedAppLibrary.ManagedApps.AsyncIterator.Element

The type of element this asynchronous sequence produces.

## Declaration

```swift
typealias Element = Result<[ManagedApp], ManagedAppDistributionError>
```

## See Also

### Iterating

- [next()](managedappdistribution/managedapplibrary/managedapps/asynciterator/next().md)
