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

# Interface: IDefaultOfflineHelperFields

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

## Hierarchy

* **IDefaultOfflineHelperFields**

## Table of contents

### Properties

- [$$create](types.idefaultofflinehelperfields.md#$$create)
- [$$error](types.idefaultofflinehelperfields.md#$$error)
- [$$history](types.idefaultofflinehelperfields.md#$$history)
- [$$patch](types.idefaultofflinehelperfields.md#$$patch)
- [deletedAt](types.idefaultofflinehelperfields.md#deletedat)
- [onClientAt](types.idefaultofflinehelperfields.md#onclientat)
- [onServerAt](types.idefaultofflinehelperfields.md#onserverat)
- [uuid](types.idefaultofflinehelperfields.md#uuid)

## Properties

### $$create

• `Optional` **$$create**: *undefined* \| *null* \| { [key: string]: *any*;  }

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

___

### $$error

• `Optional` **$$error**: *undefined* \| Error

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

___

### $$history

• `Optional` **$$history**: *undefined* \| *null* \| { [key: string]: { [key: string]: *any*;  };  }

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

___

### $$patch

• `Optional` **$$patch**: *undefined* \| *null* \| { [key: string]: *any*;  }

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

___

### deletedAt

• **deletedAt**: *string*

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

___

### onClientAt

• **onClientAt**: *string*

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

___

### onServerAt

• **onServerAt**: *string*

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

___

### uuid

• **uuid**: *string*

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