# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
NoData is a model with no data to persist.
# Interfaces
A Persistable can persist a full copy of itself or its components as part of a storage batch.
A Storage can marshal models into a serializable format and persist them.
A StorageBatch persists a model to storage as part of a batch such as a transaction.
# Type aliases
A PersistableList is a list of Persistables that should be persisted together.