fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -8,15 +8,15 @@ export declare const BackupDestinationInputSchema: z.ZodObject<{
|
||||
user: z.ZodUnknown;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
path: string;
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
createdAt: Date;
|
||||
userId: number;
|
||||
isActive: boolean;
|
||||
user?: unknown;
|
||||
}, {
|
||||
path: string;
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
createdAt: Date;
|
||||
userId: number;
|
||||
isActive: boolean;
|
||||
user?: unknown;
|
||||
|
||||
Reference in New Issue
Block a user