Type alias RectangleOptions

RectangleOptions: {
    fill?: FillOptions;
    line?: LineOptions;
}

Type declaration