2021-06-19 10:40:34 +02:00

6 lines
101 B
C#

namespace DHT.Server.Data {
public readonly struct Embed {
public string Json { get; init; }
}
}