mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2026-03-13 02:18:16 +01:00
tryping
This commit is contained in:
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);
|
||||
});
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user