@ndla/types-backend 0.1.16 → 0.2.2

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.
@@ -242,7 +242,7 @@ export interface IUpdatedArticle {
242
242
  revisionMeta?: IRevisionMeta[];
243
243
  responsibleId?: (null | string);
244
244
  slug?: string;
245
- comments: IUpdatedComment[];
245
+ comments?: IUpdatedComment[];
246
246
  }
247
247
  export interface IUpdatedComment {
248
248
  id?: string;
package/package.json CHANGED
@@ -26,5 +26,5 @@
26
26
  "devDependencies": {
27
27
  "typescript": "^5.0.2"
28
28
  },
29
- "version": "0.1.16"
29
+ "version": "0.2.2"
30
30
  }