Files
2025-07-14 12:03:59 +02:00

6 lines
113 B
C#

namespace Hawkeye.VisionBuilder.Workflow;
public class ScriptValue
{
public string Script { get; set; }
}