@ndla/types-backend 1.0.38 → 1.0.39
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.
|
@@ -1076,6 +1076,7 @@ export type components = {
|
|
|
1076
1076
|
introduction?: string;
|
|
1077
1077
|
/** @description A meta description */
|
|
1078
1078
|
metaDescription?: string;
|
|
1079
|
+
/** @description An image-api ID for the article meta image */
|
|
1079
1080
|
metaImage?: components["schemas"]["NewArticleMetaImageDTO"] | null;
|
|
1080
1081
|
/** @description A visual element for the article. May be anything from an image to a video or H5P */
|
|
1081
1082
|
visualElement?: string;
|
package/package.json
CHANGED