Posts by Clailson Jorge • 11 points
1 post
-
1
votes2
answers375
viewsA: Typescript override
Try to do so in the express declaration file you created: declare namespace Express { export interface Request { user?: { id: string; } } } putting as optional