interface GetTopicInput {
    readStatusForOrg?: string;
    topicId: string;
}

Properties

readStatusForOrg?: string

Organization Id used for setting which organization is used for unread count

topicId: string

Topic Id used to fetch topic

Generated using TypeDoc