lampac-talks f843f04fd4 chore: initial commit 154.3
Signed-off-by: lampac-talks <lampac-talks@users.noreply.github.com>
2026-01-30 16:23:09 +03:00

12 lines
313 B
C#
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Shared.Models.Online.AnimeLib
{
public struct DataSearch
{
public string rus_name { get; set; }
public string eng_name { get; set; }
public string slug_url { get; set; }
public string releaseDate { get; set; }
public Сover cover { get; set; }
}
}