mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-22 15:35:03 +00:00
tryping
This commit is contained in:
parent
331360098f
commit
9d540d6aa2
5
server-node/declarations/ExpressUser.d.ts
vendored
Normal file
5
server-node/declarations/ExpressUser.d.ts
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
declare namespace Express {
|
||||
interface User {
|
||||
id?: number;
|
||||
}
|
||||
}
|
@ -46,4 +46,5 @@ export function initialize(passport: typeof import("passport")) {
|
||||
done(err, user);
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user