add grist

This commit is contained in:
Darius
2026-02-06 17:16:17 +01:00
parent cd95b63174
commit 4337372b38
19 changed files with 148 additions and 117 deletions

View File

@@ -1,5 +1,5 @@
import { type API_HA_DeskPosition } from "./homeassistant";
import { type TidalGetCurrent } from "./tidal";
import type { API_HA_DeskPosition } from "./homeassistant";
import type { TidalGetCurrent } from "./tidal";
export type FullInformation = {
ha_desk_position: API_HA_DeskPosition | null;