pashto-dictionary/account/src/extend-express.d.ts

7 lines
151 B
TypeScript
Raw Normal View History

2021-08-18 09:25:08 +00:00
declare namespace Express {
export interface Request {
// TODO: this will be brought in with an import
user?: LingdocsUser
}
}