Posts by Theryston Santos • 13 points
1 post
-
1
votes1
answer37
viewsQ: The property this is returning Undefined in typescript
hello! I have this code typescript: import { InternalService } from './../services/InternalServices'; import { Request, Response } from "express"; class InternalController { internalService = new…