mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-22 04:38:48 -05:00
6 lines
135 B
C#
6 lines
135 B
C#
namespace Common.Configuration;
|
|
|
|
public sealed class QuartzConfig
|
|
{
|
|
public required string FrozenTorrentTrigger { get; init; }
|
|
} |