@ndla/types-backend 0.2.91 → 0.2.92

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.
@@ -230,6 +230,7 @@ export interface ITopicWithPosts {
230
230
  isFollowing: boolean;
231
231
  isLocked: boolean;
232
232
  isPinned: boolean;
233
+ voteCount: number;
233
234
  }
234
235
  export interface IUpdatedFolder {
235
236
  name?: string;
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "devDependencies": {
28
28
  "typescript": "^5.3.3"
29
29
  },
30
- "version": "0.2.91"
30
+ "version": "0.2.92"
31
31
  }