Type alias ContentTopicInfo

ContentTopicInfo: {
    clusterId?: number;
    contentTopics: string[];
}

Type declaration

  • Optional clusterId?: number
  • contentTopics: string[]

Generated using TypeDoc