7 lines
137 B
C#
7 lines
137 B
C#
namespace Moonlight.App.Models.Log;
|
|
|
|
public class LogData
|
|
{
|
|
public Type Type { get; set; }
|
|
public string Value { get; set; }
|
|
} |