namespace RobotNet10.ScriptEngine.Shared; public record ScriptVariableDto(string Name, string TypeName, string Value, bool Writeable);