add LastPoll Type

This commit is contained in:
Darius
2026-02-05 22:16:06 +01:00
parent 9b852dc40c
commit 46f359bb1e
3 changed files with 10 additions and 1 deletions

4
dist/homepage.d.ts vendored
View File

@@ -5,4 +5,8 @@ export type FullInformation = {
ha_temp: string | null;
tidal_current: TidalGetCurrent | null;
};
export type LastPoll = {
time: number | null;
result: FullInformation | null;
};
//# sourceMappingURL=homepage.d.ts.map