Type Alias TPersistRecentInstanceCtor

TPersistRecentInstanceCtor: new (
    symbol: string,
    strategyName: StrategyName,
    exchangeName: ExchangeName,
    frameName: FrameName,
    backtest: boolean,
) => IPersistRecentInstance

Constructor type for IPersistRecentInstance. Used by PersistRecentUtils.usePersistRecentAdapter() to register custom adapters.