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

View File

@@ -11,5 +11,5 @@ export type FullInformation = {
export type ComponentUpdate = {
component: string;
update: unknown;
data: unknown;
};