---
title: FinanceStore.Changes
framework: financekit
role: symbol
role_heading: Structure
path: financekit/financestore/changes
---

# FinanceStore.Changes

A structure that records changes to the finance store.

## Declaration

```swift
struct Changes<Model> where Model : Identifiable
```

## Topics

### Instance Properties

- [deleted](financekit/financestore/changes/deleted.md)
- [inserted](financekit/financestore/changes/inserted.md)
- [newToken](financekit/financestore/changes/newtoken.md)
- [updated](financekit/financestore/changes/updated.md)

## Relationships

### Conforms To

- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Structures

- [FinanceStore.History](financekit/financestore/history.md)
- [FinanceStore.HistoryToken](financekit/financestore/historytoken.md)
