Explorar o código

Summary typings

wilitp %!s(int64=4) %!d(string=hai) anos
pai
achega
daa9c869ab
Modificáronse 1 ficheiros con 14 adicións e 0 borrados
  1. 14 0
      app/src/types/summary.ts

+ 14 - 0
app/src/types/summary.ts

@@ -0,0 +1,14 @@
+export interface Summary {
+  station: {
+    name: string;
+    code: string;
+  };
+  from: string;
+  to: string;
+  lt10: number;
+  gt30: number;
+  gt33: number;
+  grados_acumulados: number;
+  amplitud_termica: number;
+  precip_acumulada: number;
+}