type TPersistLogInstanceCtor = new () => IPersistLogInstance; Copy
type TPersistLogInstanceCtor = new () => IPersistLogInstance;
Constructor type for IPersistLogInstance. Used by PersistLogUtils.usePersistLogAdapter() to register custom adapters.