mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 11:38:32 -07:00
9 lines
No EOL
217 B
C#
9 lines
No EOL
217 B
C#
namespace PlexRequests.Api.Models.SickRage
|
|
{
|
|
public class SickRageBase<T>
|
|
{
|
|
public T data { get; set; }
|
|
public string message { get; set; }
|
|
public string result { get; set; }
|
|
}
|
|
} |