Files
dpu-shared/dist/homepage.d.ts
2026-02-05 00:31:08 +01:00

9 lines
325 B
TypeScript

import { API_HA_DeskPosition } from "./homeassistant";
import { TidalGetCurrent } from "./tidal";
export type FullInformation = {
ha_desk_position: API_HA_DeskPosition | null;
ha_temp: string | null;
tidal_current: TidalGetCurrent | null;
tidal_volume: number | null;
};
//# sourceMappingURL=homepage.d.ts.map