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;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -47,3 +47,4 @@ export function initialize(passport: typeof import("passport")) {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user