Type Alias Rect

Rect: {
    height: number;
    width: number;
}