TeamCity.CSharpInteractive/IFlowContext.cs (
5
lines of code) (
raw
):
namespace TeamCity.CSharpInteractive; internal interface IFlowContext { string CurrentFlowId { get; } }