fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -10,16 +10,16 @@ export declare const NotificationInputSchema: z.ZodObject<{
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
message: string;
|
||||
type: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC";
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
createdAt: Date;
|
||||
userId: number;
|
||||
read: boolean;
|
||||
user?: unknown;
|
||||
}, {
|
||||
message: string;
|
||||
type: "BACKUP" | "CLAIM" | "PAYMENT" | "ETC";
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
createdAt: Date;
|
||||
userId: number;
|
||||
read: boolean;
|
||||
user?: unknown;
|
||||
|
||||
Reference in New Issue
Block a user