UNPKG

here-maps-type-guards

Version:

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

6 lines 248 B
import { THereMapsService } from '../types'; import { IHereMaps } from './here-maps'; export interface IHereMapsWithServiceNamespace extends IHereMaps { service: THereMapsService; } //# sourceMappingURL=here-maps-with-service-namespace.d.ts.map