/** The message send to the admin tool to request a topic to be removed. */ export interface ITopicRemoveRequest { /** The name of the Topic to be created by the admin tool. */ topicName: string; }