<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [Bin](./schema.bin.md)

## Bin interface

Describes a data bin in terms of inclusive lower bound and count of values in the bin.

<b>Signature:</b>

```typescript
export interface Bin 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [count](./schema.bin.count.md) |  | number |  |
|  [min](./schema.bin.min.md) |  | number \| string |  |

