8 lines
271 B
TypeScript
8 lines
271 B
TypeScript
import { API_HA_DeskPosition } from "./homeassistant";
|
|
import { TidalGetCurrent } from "./tidal";
|
|
export type FullInformation = {
|
|
ha_desk_position: API_HA_DeskPosition;
|
|
ha_temp: string;
|
|
tidal_current: TidalGetCurrent;
|
|
};
|
|
//# sourceMappingURL=homepage.d.ts.map
|