Type Alias LineStyle

LineStyle: {
    colour: string;
    width: number;
}