type TBacktestLogicPublicService = { [key in keyof Keys]: any;}; Copy
type TBacktestLogicPublicService = { [key in keyof Keys]: any;};
Type definition for BacktestLogicPublicService. Maps all keys of BacktestLogicPublicService to any type.