mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-16 09:48:13 -05: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; }
|
|
} |