add grist record to fullinfo
This commit is contained in:
2
dist/homepage.d.ts
vendored
2
dist/homepage.d.ts
vendored
@@ -1,8 +1,10 @@
|
||||
import type { GristRecord_PersonalGoals } from "./grist";
|
||||
import type { API_HA_DeskPosition } from "./homeassistant";
|
||||
import type { TidalGetCurrent } from "./tidal";
|
||||
export type FullInformation = {
|
||||
ha_desk_position: API_HA_DeskPosition | null;
|
||||
ha_temp: string | null;
|
||||
tidal_current: TidalGetCurrent | null;
|
||||
grist_personal_goals: GristRecord_PersonalGoals | null;
|
||||
};
|
||||
//# sourceMappingURL=homepage.d.ts.map
|
||||
Reference in New Issue
Block a user