Add undirected edge support to package runtime
This commit is contained in:
Vendored
+4
@@ -711,6 +711,10 @@ export type CaminoEdge = Message<"camino.CaminoEdge"> & {
|
||||
* @generated from field: optional int32 to_ordinal = 16;
|
||||
*/
|
||||
toOrdinal?: number | undefined;
|
||||
/**
|
||||
* @generated from field: string directionality = 17;
|
||||
*/
|
||||
directionality: string;
|
||||
};
|
||||
/**
|
||||
* Describes the message camino.CaminoEdge.
|
||||
|
||||
Reference in New Issue
Block a user