Type Alias MarkerDrawingOpts

MarkerDrawingOpts: {
    markerEnd?: MarkerOpts;
    markerMid?: MarkerOpts;
    markerStart?: MarkerOpts;
}