Moved utils to another repository
This commit is contained in:
9
types/auth-proxy.d.ts
vendored
Normal file
9
types/auth-proxy.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
declare namespace Express {
|
||||
interface Request {
|
||||
getUserInfo(): Promise<import('pkg-express-utils').UserInfo|undefined>;
|
||||
}
|
||||
|
||||
interface Response {
|
||||
initLogout(): boolean;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user