Type Alias BoundingBox

BoundingBox: {
    height: number;
    lastUpdateId: number;
    width: number;
    x: number;
    y: number;
}