import { IVector3 } from '../common/IVector3'; export interface ISelectedMarkerData { position: IVector3; userData: { [key: string]: any; }; }