Rectangle type

Internal representation of a DOMRect suitable for sending via postMessage.

type Rectangle = { height: number; width: number; x: number; y: number }