mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-23 14:30:49 +00:00
9 lines
No EOL
164 B
C#
9 lines
No EOL
164 B
C#
using FluentValidation.Results;
|
|
|
|
namespace NzbDrone.Core.ThingiProvider
|
|
{
|
|
public interface IProviderConfig
|
|
{
|
|
ValidationResult Validate();
|
|
}
|
|
} |