type TPersistList = InstanceType<typeof PersistList>; Copy
type TPersistList = InstanceType<typeof PersistList>;
Type alias for an instance of PersistList, used for type safety in list-based operations (e.g., swarm event logs).
PersistList