Posts by Decco • 13 points
2 posts
-
0
votes1
answer22
viewsQ: Error whenever I use Omit
I always have a mistake that covers the Omit. It doesn’t stop running the code, but it keeps dialing the vscode and it bothers me. constructor( { buyPrice, code, description, lovers, sellPrice, tags…
-
0
votes1
answer390
viewsQ: Recognize Provider error (Node.js, Typescript)
I am having a problem sending a request, which comes out of my Typescript file, I send it to Insomnia and generates the error only after sending. Typescript file : import { Router } from 'express';…