UNPKG

here-maps-type-guards

Version:

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

7 lines (5 loc) 187 B
import { THereMapsService } from '../types'; import { IHereMaps } from './here-maps'; export interface IHereMapsWithServiceNamespace extends IHereMaps { service: THereMapsService; }