namespace Microsoft.AspNetCore.NodeServices.HostingModels { public class NodeInvocationInfo { public string ModuleName { get; set; } public string ExportedFunctionName { get; set; } public object[] Args { get; set; } } }