mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
6 lines
No EOL
111 B
C#
6 lines
No EOL
111 B
C#
namespace Ombi.Notifications.Agents
|
|
{
|
|
public interface IGotifyNotification : INotification
|
|
{
|
|
}
|
|
} |