[API reference](https://evolu.dev/docs/api-reference) › [@evolu/common](https://evolu.dev/docs/api-reference/common) › [local‑first/Storage](https://evolu.dev/docs/api-reference/common/local-first/Storage) › RangeType

```ts
const RangeType: {
  Fingerprint: 1;
  Skip: 0;
  Timestamps: 2;
};
```

Defined in: [packages/common/src/local-first/Storage.ts:233](https://github.com/evoluhq/evolu/blob/49ea8ca499566aba270f8cb601e7f49aa62320f8/packages/common/src/local-first/Storage.ts#L233)

## Type Declaration

| Name                                            | Type | Default value | Defined in                                                                                                                                                                       |
| ----------------------------------------------- | ---- | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <a id="property-fingerprint"></a> `Fingerprint` | `1`  | `1`           | [packages/common/src/local-first/Storage.ts:234](https://github.com/evoluhq/evolu/blob/49ea8ca499566aba270f8cb601e7f49aa62320f8/packages/common/src/local-first/Storage.ts#L234) |
| <a id="property-skip"></a> `Skip`               | `0`  | `0`           | [packages/common/src/local-first/Storage.ts:235](https://github.com/evoluhq/evolu/blob/49ea8ca499566aba270f8cb601e7f49aa62320f8/packages/common/src/local-first/Storage.ts#L235) |
| <a id="property-timestamps"></a> `Timestamps`   | `2`  | `2`           | [packages/common/src/local-first/Storage.ts:236](https://github.com/evoluhq/evolu/blob/49ea8ca499566aba270f8cb601e7f49aa62320f8/packages/common/src/local-first/Storage.ts#L236) |