@ndla/types-backend 0.2.99 → 0.2.100

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.
@@ -108,6 +108,7 @@ export interface ILearningStepV2 {
108
108
  revision: number;
109
109
  seqNo: number;
110
110
  title: ITitle;
111
+ introduction?: IIntroduction;
111
112
  description?: IDescription;
112
113
  embedUrl?: IEmbedUrlV2;
113
114
  showTitle: boolean;
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "devDependencies": {
28
28
  "typescript": "^5.3.3"
29
29
  },
30
- "version": "0.2.99"
30
+ "version": "0.2.100"
31
31
  }