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

7 lines
151 B
TypeScript

declare namespace Express {
export interface Request {
// TODO: this will be brought in with an import
user?: LingdocsUser
}
}