insight/src/Core/Insight.Domain/Models/Update.cs
2023-09-21 22:10:55 +02:00

7 lines
No EOL
144 B
C#

namespace Insight.Domain.Models;
public class UpdateResponse
{
public Version? Version { get; set; }
public Uri? Uri { get; set; }
}