Given an interface like this,
interface Student { name: string, phone: number }
I wish to write something like -
type