This commit is contained in:
James Long
2026-03-22 23:32:14 -04:00
parent aace3becfb
commit 01a440382a

View File

@@ -17,7 +17,8 @@ export namespace BusEvent {
export function payloads() {
return z
.union(
.discriminatedUnion(
"type",
registry
.entries()
.map(([type, def]) => {