Added validators for voice id & voice name
This commit is contained in:
7
Validators/IValidator.cs
Normal file
7
Validators/IValidator.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace HermesSocketServer.Validators
|
||||
{
|
||||
public interface IValidator
|
||||
{
|
||||
bool Check(string? input);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user