4 lines
76 B
C#
4 lines
76 B
C#
public interface IBlockValidator
|
|
{
|
|
bool IsValid(BlockEditContext ctx);
|
|
} |