mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-07 13:41:13 -07:00
8 lines
89 B
C#
8 lines
89 B
C#
using System;
|
|
namespace Ombi.Api.Models
|
|
{
|
|
public class WatcherResponse<T>
|
|
{
|
|
|
|
}
|
|
}
|