6 lines
105 B
C#

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