marmalade-repo/Social/WaifuData.cs

8 lines
146 B
C#
Raw Permalink Normal View History

2024-12-03 11:09:08 +00:00
using System.Text.Json.Serialization;
namespace Social;
public class WaifuData
{
[JsonPropertyName("url")] public string URL { get; set; }
}