Enable ts-strict for changeTracker (#1338)

* Fix app getter

* nit

* nit

* nit

* Fix rest of errors

* nit
This commit is contained in:
Chenlei Hu
2024-10-27 16:20:32 -04:00
committed by GitHub
parent 8fd7852740
commit eed92864f2
2 changed files with 65 additions and 51 deletions

View File

@@ -47,7 +47,8 @@ const zExecutingWsMessage = z.object({
})
const zExecutedWsMessage = zExecutingWsMessage.extend({
outputs: zOutputs
output: zOutputs,
merge: z.boolean().optional()
})
const zExecutionWsMessageBase = z.object({