@ndla/types-backend 0.2.90 → 0.2.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -217,6 +217,7 @@ export interface ITopic {
217
217
  isFollowing: boolean;
218
218
  isLocked: boolean;
219
219
  isPinned: boolean;
220
+ voteCount: number;
220
221
  }
221
222
  export interface ITopicWithPosts {
222
223
  id: number;
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "devDependencies": {
28
28
  "typescript": "^5.3.3"
29
29
  },
30
- "version": "0.2.90"
30
+ "version": "0.2.91"
31
31
  }