add component update

This commit is contained in:
Darius
2026-02-06 19:55:07 +01:00
parent b2d4953fb6
commit 9f28e5eeb6
3 changed files with 10 additions and 1 deletions

4
dist/homepage.d.ts vendored
View File

@@ -7,4 +7,8 @@ export type FullInformation = {
tidal_current: TidalGetCurrent | null;
grist_personal_goals: GristRecord_PersonalGoals | null;
};
export type ComponentUpdate = {
component: string;
update: unknown;
};
//# sourceMappingURL=homepage.d.ts.map