This commit is contained in:
Dax Raad
2025-06-04 20:49:28 -04:00
parent e7e30c8274
commit f89481b727
4 changed files with 110 additions and 20 deletions
+1
View File
@@ -168,5 +168,6 @@ export namespace Message {
info: Info,
}),
),
PartUpdated: Bus.event("message.part.updated", z.object({ part: Part })),
}
}