hey can you tell me where I should put
// custom_typings/express/index.d.ts
declare namespace Express {
interface Request {
customProperties: string[];
}
}
this things??
thanks in advance
If possible can a give a brief explaination regarding the same