import { INaviSPosition } from './INaviSPosition'; export interface INaviEPosition extends INaviSPosition { poiId?: string | null; }