UNPKG

here-maps-type-guards

Version:

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

7 lines (5 loc) 195 B
import { THereMapsMapEvents } from '../types'; import { IHereMaps } from './here-maps'; export interface IHereMapsWithMapEventsNamespace extends IHereMaps { mapevents: THereMapsMapEvents; }