Explorar o código

roi: remove Building interface

added in 8d13db9 but never used
raylu hai 1 día
pai
achega
119c46775d
Modificáronse 1 ficheiros con 0 adicións e 6 borrados
  1. 0 6
      ts/roi.ts

+ 0 - 6
ts/roi.ts

@@ -156,9 +156,3 @@ interface MatPrice {
 	amount: number
 	vwap_7d: number
 }
-
-interface Building {
-	building_type: 'INFRASTRUCTURE' | 'PLANETARY' | 'PRODUCTION';
-	building_ticker: string;
-	expertise: keyof typeof expertise;
-}