Given the following interface:
interface Request { name: string; email: string; }
I would have thought that the following lines of c