mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-01 02:18:36 -05:00
6 lines
122 B
C#
6 lines
122 B
C#
namespace Common.Configuration;
|
|
|
|
public interface IIgnoredDownloadsConfig
|
|
{
|
|
string? IgnoredDownloadsPath { get; }
|
|
} |