[reactive-feathers-state](../README.md) / [rootStore](../modules/rootstore.md) / IRootStoreParams

# Interface: IRootStoreParams

[rootStore](../modules/rootstore.md).IRootStoreParams

## Hierarchy

* **IRootStoreParams**

## Table of contents

### Properties

- [client](rootstore.irootstoreparams.md#client)
- [debug](rootstore.irootstoreparams.md#debug)
- [socket](rootstore.irootstoreparams.md#socket)

## Properties

### client

• **client**: *any*

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

___

### debug

• `Optional` **debug**: *undefined* \| *boolean*

Defined in: [src/rootStore.ts:10](https://github.com/ps73/reactive-feathers-state/blob/aac03ee/src/rootStore.ts#L10)

___

### socket

• **socket**: Socket

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