UNPKG

here-maps-type-guards

Version:

A guarded version of the TypeScript type definitions for HERE Maps.

7 lines (5 loc) 199 B
import { THereMapsClustering } from '../types'; import { IHereMaps } from './here-maps'; export interface IHereMapsWithClusteringNamespace extends IHereMaps { clustering: THereMapsClustering; }