Files
2026-07-21 08:56:10 +03:00

4 lines
76 B
C#

public interface IBlockValidator
{
bool IsValid(BlockEditContext ctx);
}