anotación mecanografiada

function getAdminUser(): User {
  //...
}
 
function deleteUser(user: User) {
  // ...
}
Puzzled Puffin