Type Alias GridStyle

GridStyle: LineStyle & {
    increments: number;
    major: number;
}