import { IMarkerOption } from './IMarkerOption'; export interface IMarkersOption { marker: IMarkerOption[]; }