I have an interface:
interface Rect { width: number height: number }
I can initialize it like that:
const