Variable PolygonConst

Polygon: TObject<{
    coordinates: TArray<TArray<TArray<TNumber>>>;
    type: TLiteral<"Polygon">;
}> = ...