mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-23 16:24:06 +00:00
Enable ts-strict for changeTracker (#1338)
* Fix app getter * nit * nit * nit * Fix rest of errors * nit
This commit is contained in:
@@ -47,7 +47,8 @@ const zExecutingWsMessage = z.object({
|
||||
})
|
||||
|
||||
const zExecutedWsMessage = zExecutingWsMessage.extend({
|
||||
outputs: zOutputs
|
||||
output: zOutputs,
|
||||
merge: z.boolean().optional()
|
||||
})
|
||||
|
||||
const zExecutionWsMessageBase = z.object({
|
||||
|
||||
Reference in New Issue
Block a user