mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-01 18:37:48 -05:00
6 lines
108 B
C#
6 lines
108 B
C#
namespace Cleanuparr.Persistence.Models.Configuration;
|
|
|
|
public interface IConfig
|
|
{
|
|
void Validate();
|
|
} |