mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-01 18:37:48 -05:00
8 lines
184 B
C#
8 lines
184 B
C#
namespace Common.Configuration;
|
|
|
|
public sealed class TriggersConfig
|
|
{
|
|
public const string SectionName = "Triggers";
|
|
|
|
public required string QueueCleaner { get; init; }
|
|
} |