TopicBadgeSlice: {
    _topicBadges: Record<string, TopicBadgesCache>;
    clearTopicBadgesCache: (() => void);
    getTopicBadges: ((topicId, refetch) => Promise<BadgeResponse>);
}

Type declaration

  • _topicBadges: Record<string, TopicBadgesCache>
  • clearTopicBadgesCache: (() => void)
      • (): void
      • Returns void

  • getTopicBadges: ((topicId, refetch) => Promise<BadgeResponse>)

Generated using TypeDoc