Add undirected edge support to package runtime
This commit is contained in:
Vendored
+4
@@ -449,6 +449,10 @@ export type EdgeSchema = Message<"camino.EdgeSchema"> & {
|
||||
* @generated from field: repeated camino.SymbolRef implements = 12;
|
||||
*/
|
||||
implements: SymbolRef[];
|
||||
/**
|
||||
* @generated from field: bool undirected = 13;
|
||||
*/
|
||||
undirected: boolean;
|
||||
};
|
||||
/**
|
||||
* Describes the message camino.EdgeSchema.
|
||||
|
||||
Reference in New Issue
Block a user