mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 00:46:23 +02:00
refactor oauth repo interface
This commit is contained in:
parent
937c9be891
commit
a358ae7051
5 changed files with 35 additions and 88 deletions
|
|
@ -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(),
|
||||
})),
|
||||
}),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue