fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -9,16 +9,16 @@ export declare const NotificationFindFirstResultSchema: z.ZodNullable<z.ZodObjec
|
||||
user: z.ZodUnknown;
|
||||
}, "strip", z.ZodTypeAny, {
|
||||
message: string;
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
createdAt: Date;
|
||||
userId: number;
|
||||
read: boolean;
|
||||
type?: unknown;
|
||||
user?: unknown;
|
||||
}, {
|
||||
message: string;
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
createdAt: Date;
|
||||
userId: number;
|
||||
read: boolean;
|
||||
type?: unknown;
|
||||
|
||||
Reference in New Issue
Block a user