namespace OpenDBDiff.Schema.Model { public interface IOptionFilter : IOptionsContainer { bool IsItemIncluded(ISchemaBase item); } }