mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-09 00:29:37 -04:00
6 lines
117 B
C#
6 lines
117 B
C#
namespace Duplicati.WebserverCore.Abstractions;
|
|
|
|
public interface IUpdateService
|
|
{
|
|
UpdateInfo? GetUpdateInfo();
|
|
} |