type TPersistStorageInstanceCtor = new (backtest: boolean) => IPersistStorageInstance; Copy
type TPersistStorageInstanceCtor = new (backtest: boolean) => IPersistStorageInstance;
Constructor type for IPersistStorageInstance. Used by PersistStorageUtils.usePersistStorageAdapter() to register custom adapters.