diff --git a/types/heremaps/index.d.ts b/types/heremaps/index.d.ts index 05895c5d11..fee3bbab04 100644 --- a/types/heremaps/index.d.ts +++ b/types/heremaps/index.d.ts @@ -2165,7 +2165,7 @@ declare namespace H { * @param geoRect {H.geo.Rect} * @returns {Array>} */ - clip(geoRect: H.geo.Rect): [number[]]; + clip(geoRect: H.geo.Rect): number[][]; } namespace Polyline {