4 lines
115 B
C#
4 lines
115 B
C#
namespace RobotNet.Script.Shares;
|
|
|
|
public record ScriptVariableDto(string Name, string TypeName, string Value);
|