fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -8,17 +8,17 @@ export declare const PdfGroupUpdateResultSchema: z.ZodNullable<z.ZodObject<{
|
||||
patient: z.ZodUnknown;
|
||||
pdfs: z.ZodArray<z.ZodUnknown, "many">;
|
||||
}, "strip", z.ZodTypeAny, {
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
title: string;
|
||||
createdAt: Date;
|
||||
pdfs: unknown[];
|
||||
patientId: number;
|
||||
titleKey?: unknown;
|
||||
patient?: unknown;
|
||||
}, {
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
title: string;
|
||||
createdAt: Date;
|
||||
pdfs: unknown[];
|
||||
patientId: number;
|
||||
titleKey?: unknown;
|
||||
|
||||
Reference in New Issue
Block a user