mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-23 22:18:39 -05:00
6 lines
122 B
C#
6 lines
122 B
C#
namespace Common.Configuration;
|
|
|
|
public interface IIgnoredDownloadsConfig
|
|
{
|
|
string? IgnoredDownloadsPath { get; }
|
|
} |