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

# Interface: IServiceStoreState<ItemModel\>

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

## Type parameters

Name |
------ |
`ItemModel` |

## Hierarchy

* **IServiceStoreState**

## Table of contents

### Properties

- [item](types.iservicestorestate.md#item)
- [items](types.iservicestorestate.md#items)

## Properties

### item

• `Optional` **item**: *undefined* \| ItemModel

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

___

### items

• **items**: ItemModel[]

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