---
title: FinanceStore.History.AsyncIterator
framework: financekit
role: symbol
role_heading: Type Alias
path: financekit/financestore/history/asynciterator
---

# FinanceStore.History.AsyncIterator

The type of asynchronous iterator that produces elements of this asynchronous sequence.

## Declaration

```swift
typealias AsyncIterator = FinanceStore.History<Model>.Iterator
```

## See Also

### Type Aliases

- [FinanceStore.History.Element](financekit/financestore/history/element.md)
