diff --git a/types/mapbox-gl/index.d.ts b/types/mapbox-gl/index.d.ts index e18f375eb7..c2a9a3d41e 100644 --- a/types/mapbox-gl/index.d.ts +++ b/types/mapbox-gl/index.d.ts @@ -901,7 +901,7 @@ declare namespace mapboxgl { metadata?: any; ref?: string; - source?: string; + source?: string | VectorSource | RasterSource | GeoJSONSource | ImageSource | VideoSource | GeoJSONSourceRaw; "source-layer"?: string;