Sfoglia il codice sorgente

map: added types module

lunar-mining 4 anni fa
parent
commit
f2e6f739bc
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      bin/map/src/types.rs

+ 2 - 0
bin/map/src/types.rs

@@ -0,0 +1,2 @@
+pub type NodeId = String;
+pub type NodeInfo = String;