add LastPoll Type
This commit is contained in:
@@ -6,3 +6,8 @@ export type FullInformation = {
|
||||
ha_temp: string | null;
|
||||
tidal_current: TidalGetCurrent | null;
|
||||
};
|
||||
|
||||
export type LastPoll = {
|
||||
time: number | null;
|
||||
result: FullInformation | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user