Type Alias SizeBounds

SizeBounds: {
    max: number;
    min: number;
}