mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-23 00:21:42 -04:00
7 lines
110 B
C#
7 lines
110 B
C#
namespace Domain.Sonarr.Queue;
|
|
|
|
public record Revision(
|
|
int Version,
|
|
int Real,
|
|
bool IsRepack
|
|
); |