UNPKG

here-maps-type-guards

Version:

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

6 lines 233 B
import { THereMapsData } from '../types'; import { IHereMaps } from './here-maps'; export interface IHereMapsWithDataNamespace extends IHereMaps { data: THereMapsData; } //# sourceMappingURL=here-maps-with-data-namespace.d.ts.map