What are these Typescript completion suggestions inside Prisma?

When I CNTRL + SPACE inside a date.set in Prisma, I get these strange autocompletes, like getUTCDate(). getUTCMonth(), toDateString() etc... I was trying to use them, but I don't understand what they are? Does someone know?
No description
1 Reply
GBianchi
GBianchi9mo ago
Here's an example: After I click on one of the intellisense suggestions, like setHours I get this autocompleted: And hovering over the setHours reveals some information...
No description