Type Alias VectorStyleItemFill

VectorStyleItemFill: {
    color: ColorType;
    pattern?: VectorStyleItemPattern;
    type?: "fill" | "modelFill";
}