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