Properties that may or may not exist.
email?
user.email
interface User { name: string; // TODO } function format(user: User) { // TODO }