[reactive-feathers-state](../README.md) / [types](../modules/types.md) / IServiceStoreSyncState

# Interface: IServiceStoreSyncState

[types](../modules/types.md).IServiceStoreSyncState

## Hierarchy

* **IServiceStoreSyncState**

## Table of contents

### Properties

- [done](types.iservicestoresyncstate.md#done)
- [error](types.iservicestoresyncstate.md#error)
- [todo](types.iservicestoresyncstate.md#todo)

## Properties

### done

• **done**: *number*

Defined in: [src/types/index.ts:14](https://github.com/ps73/reactive-feathers-state/blob/aac03ee/src/types/index.ts#L14)

___

### error

• **error**: *any*[]

**`memberof`** IServiceStoreSyncState

**`description`** list of uuids

Defined in: [src/types/index.ts:22](https://github.com/ps73/reactive-feathers-state/blob/aac03ee/src/types/index.ts#L22)

___

### todo

• **todo**: *number*

Defined in: [src/types/index.ts:13](https://github.com/ps73/reactive-feathers-state/blob/aac03ee/src/types/index.ts#L13)
