import { TopicInformation } from "./TopicInformation"; export interface PublishingAppTopicInformation extends TopicInformation { /** * The title of the publishing app in which the pageid in the topic reside * * */ readonly publishingAppTitle: string; }