refactor oauth repo interface

This commit is contained in:
Ramnique Singh 2026-02-21 22:58:38 +05:30
parent 937c9be891
commit a358ae7051
5 changed files with 35 additions and 88 deletions

View file

@ -244,7 +244,7 @@ const ipcSchemas = {
res: z.object({
config: z.record(z.string(), z.object({
connected: z.boolean(),
error: z.string().optional(),
error: z.string().nullable().optional(),
})),
}),
},