Kas
0
Q:

Property 'isAuth' does not exist on type 'Request<ParamsDictionary, any, any, ParsedQs>'

// create file custom.d.ts and declare the following

declare namespace Express {
  export interface Request {
      user: any;
  }
  export interface Response {
      user: any;
  }
}
0

New to Communities?

Join the community