mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-27 02:23:56 -04:00
4 lines
123 B
C#
4 lines
123 B
C#
namespace Cleanuparr.Domain.Entities.Arr;
|
|
|
|
public sealed record ArrCommandStatus(long Id, string Status, string? Message);
|