TeamCity.CSharpInteractive/ICommandsRunner.cs (5 lines of code) (raw):

namespace TeamCity.CSharpInteractive; internal interface ICommandsRunner { IEnumerable<CommandResult> Run(IEnumerable<ICommand> commands); }