@ndla/types-backend 0.2.75 → 0.2.76

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.
@@ -158,7 +158,7 @@ export interface INewComment {
158
158
  }
159
159
  export interface IQualityEvaluation {
160
160
  grade: Grade;
161
- note: string;
161
+ note?: string;
162
162
  }
163
163
  export interface IRelatedContentLink {
164
164
  title: string;
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "devDependencies": {
28
28
  "typescript": "^5.3.3"
29
29
  },
30
- "version": "0.2.75"
30
+ "version": "0.2.76"
31
31
  }