diff --git a/externs/olx.js b/externs/olx.js
index 4180b053c7..279396a59a 100644
--- a/externs/olx.js
+++ b/externs/olx.js
@@ -4524,7 +4524,7 @@ olx.source.StamenOptions.prototype.url;
/**
* @typedef {{attributions: (Array.
|undefined),
* crossOrigin: (null|string|undefined),
- * imageExtent: (ol.Extent|undefined),
+ * imageExtent: (ol.Extent),
* imageSize: (ol.Size|undefined),
* logo: (string|olx.LogoOptions|undefined),
* projection: ol.proj.ProjectionLike,
@@ -4552,7 +4552,7 @@ olx.source.ImageStaticOptions.prototype.crossOrigin;
/**
* Extent of the image.
- * @type {ol.Extent|undefined}
+ * @type {ol.Extent}
* @api stable
*/
olx.source.ImageStaticOptions.prototype.imageExtent;