added Callback and custon notification Toast, client notification event handler
This commit is contained in:
11
apps/dispatch-server/.d.ts
vendored
11
apps/dispatch-server/.d.ts
vendored
@@ -6,3 +6,14 @@ declare module "next-auth/jwt" {
|
||||
email: string;
|
||||
}
|
||||
}
|
||||
declare module "cookie-parser";
|
||||
|
||||
import type { User } from "@repo/db";
|
||||
|
||||
declare global {
|
||||
namespace Express {
|
||||
interface Request {
|
||||
user?: User | null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user