update => data

This commit is contained in:
Darius
2026-02-06 19:59:52 +01:00
parent 934b287673
commit fbc6916e2c
3 changed files with 3 additions and 3 deletions

2
dist/homepage.d.ts vendored
View File

@@ -9,6 +9,6 @@ export type FullInformation = {
};
export type ComponentUpdate = {
component: string;
update: unknown;
data: unknown;
};
//# sourceMappingURL=homepage.d.ts.map