Type Alias TPersistSessionInstanceCtor

TPersistSessionInstanceCtor: new (
    strategyName: string,
    exchangeName: string,
    frameName: string,
    symbol: string,
    backtest: boolean,
) => IPersistSessionInstance

Constructor type for IPersistSessionInstance. Used by PersistSessionUtils.usePersistSessionAdapter() to register custom adapters.