marmalade-repo/Social/WaifuData.cs
2024-12-04 00:09:08 +13:00

8 lines
No EOL
146 B
C#

using System.Text.Json.Serialization;
namespace Social;
public class WaifuData
{
[JsonPropertyName("url")] public string URL { get; set; }
}