6 lines
113 B
C#
6 lines
113 B
C#
namespace Hawkeye.VisionBuilder.Workflow;
|
|
|
|
public class ScriptValue
|
|
{
|
|
public string Script { get; set; }
|
|
} |