type TPersistBase = InstanceType<typeof PersistBase>; Copy
type TPersistBase = InstanceType<typeof PersistBase>;
Type alias for an instance of PersistBase, used for type safety in extensions and utilities (e.g., PersistAliveUtils).
PersistBase
PersistAliveUtils