fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import * as z from 'zod';
|
||||
export const AppointmentFileFindFirstResultSchema = z.nullable(z.object({
|
||||
id: z.number().int(),
|
||||
appointmentId: z.number().int(),
|
||||
filename: z.string(),
|
||||
mimeType: z.string().optional(),
|
||||
filePath: z.string().optional(),
|
||||
appointment: z.unknown()
|
||||
}));
|
||||
Reference in New Issue
Block a user