001package systems.dmx.core.model; 002 003 004 005public interface TopicDeletionModel extends RelatedTopicModel { 006}