add component update
This commit is contained in:
4
dist/homepage.d.ts
vendored
4
dist/homepage.d.ts
vendored
@@ -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
|
||||
Reference in New Issue
Block a user