Type Alias Vertex

Vertex: Feature<Point> & {
    [vertexIndexSymbol]: number;
}