# ISnapshot

## Content

# Interface: ISnapshot<S\>

## Type parameters

| Name | Type |
| :------ | :------ |
| `S` | `unknown` |

## Table of contents

### Properties

- [data](ISnapshot#data)
- [fragments](ISnapshot#fragments)
- [id](ISnapshot#id)
- [type](ISnapshot#type)
- [v](ISnapshot#v)

## Properties

### <a id="data" name="data"></a> data

• `Optional` **data**: `S`

___

### <a id="fragments" name="fragments"></a> fragments

• `Optional` **fragments**: [`ISnapshotFragments`](../README#isnapshotfragments)<`unknown`\>

only server side has this field

___

### <a id="id" name="id"></a> id

• **id**: `string`

___

### <a id="type" name="type"></a> type

• `Optional` **type**: `string`

___

### <a id="v" name="v"></a> v

• **v**: `number`
