dont actually need that

This commit is contained in:
Darius
2026-02-05 22:21:57 +01:00
parent 0ab6194b43
commit b32006cf10
3 changed files with 1 additions and 10 deletions

View File

@@ -6,8 +6,3 @@ export type FullInformation = {
ha_temp: string | null;
tidal_current: TidalGetCurrent | null;
};
export type LastPoll = {
time: number | null;
result: FullInformation | null;
};