TBacktestLogicPrivateService

type TBacktestLogicPrivateService = {
[key in keyof IBacktestLogicPrivateService]: any;
};

Type definition for BacktestLogicPublicService. Maps all keys of IBacktestLogicPrivateService to any type.