VS Code & TypeScript hover over a type

I have been using typescript in vs code and I pretty new to typescript. when I hover an Express type, I get a lot of stuff in a pop up. I really don’t understand where it is coming from. I tried to trace it back, but I am guessing is a built in method in the packages… does anyone know what these are?

import GetServerSideProps

enter image description here