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