4 lines
95 B
C#
4 lines
95 B
C#
|
|
namespace s8n_runtime;
|
||
|
|
|
||
|
|
public record LogServerEvent(string Node, string Type, object? Value);
|