fix build error

This commit is contained in:
Arjun 2026-04-07 12:33:43 +05:30
parent c4ad60f884
commit 144f45a06c
3 changed files with 8 additions and 5 deletions

View file

@ -251,6 +251,7 @@ const ipcSchemas = {
config: z.record(z.string(), z.object({
connected: z.boolean(),
error: z.string().nullable().optional(),
userId: z.string().optional(),
})),
}),
},
@ -267,6 +268,7 @@ const ipcSchemas = {
provider: z.string(),
success: z.boolean(),
error: z.string().optional(),
userId: z.string().optional(),
}),
res: z.null(),
},