6 lines
117 B
C#
6 lines
117 B
C#
namespace Duplicati.WebserverCore.Abstractions;
|
|
|
|
public interface IUpdateService
|
|
{
|
|
UpdateInfo? GetUpdateInfo();
|
|
} |