Neighbourhood.omg.lol/Models/API/PostPic.cs

5 lines
120 B
C#

namespace Neighbourhood.omg.lol.Models {
public class PostPic {
public string? Description { get; set; }
}
}