mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-22 04:38:48 -05:00
8 lines
169 B
C#
8 lines
169 B
C#
namespace Common.Configuration;
|
|
|
|
public sealed class SonarrInstance
|
|
{
|
|
public required Uri Url { get; set; }
|
|
|
|
public required string ApiKey { get; set; }
|
|
} |