Explorar o código

Actualizar tipos

wilitp %!s(int64=4) %!d(string=hai) anos
pai
achega
1d69159475
Modificáronse 2 ficheiros con 7 adicións e 0 borrados
  1. 2 0
      app/src/types/index.ts
  2. 5 0
      app/src/types/station.ts

+ 2 - 0
app/src/types/index.ts

@@ -0,0 +1,2 @@
+export * from "./station";
+export * from "./summary";

+ 5 - 0
app/src/types/station.ts

@@ -0,0 +1,5 @@
+export interface Station {
+  title: string;
+  station_code: string;
+  last_synced: "string";
+}