Type Alias PlotPoint

PlotPoint: Point & {
    fillStyle?: string;
    radius?: number;
}