summaryrefslogblamecommitdiff
path: root/Api/Contract/NewContent.cs
blob: 67a0019290d2e9c20aaf9842887e38ab52f8ab03 (plain) (tree)
1
2
3
4
5
6
7






                                                     
namespace WikiWaka.Api.Contract;

public class NewContent
{
    public required string Text { get; set; }
    public required string LanguageCode { get; set; }
}