UNPKG

here-maps-type-guards

Version:

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

7 lines (5 loc) 175 B
import { THereMapsData } from '../types'; import { IHereMaps } from './here-maps'; export interface IHereMapsWithDataNamespace extends IHereMaps { data: THereMapsData; }