mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-25 09:31:38 -04:00
6 lines
124 B
C#
6 lines
124 B
C#
namespace Cleanuparr.Domain.Entities.AppStatus;
|
|
|
|
public sealed record Status
|
|
{
|
|
public string? Version { get; set; }
|
|
} |