mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-30 09:28:22 -05:00
6 lines
109 B
C#
6 lines
109 B
C#
namespace Common.Configuration;
|
|
|
|
public interface IJobConfig : IConfig
|
|
{
|
|
bool Enabled { get; init; }
|
|
} |