type KnownVertexId = | CellVertexId | NameVertexId | RangeVertexId;
Exhaustive type union for the currently-defined vertex ID classes.