mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-22 21:01:11 -05:00
6 lines
93 B
C#
6 lines
93 B
C#
namespace Domain.Sonarr.Queue;
|
|
|
|
public record CustomFormat(
|
|
int Id,
|
|
string Name
|
|
); |