[]
type Size = object;
Represents the width and height of an object.
height: number;
The height.
width: number;
The width.