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

# Interface: IDefaultItemModel

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

## Hierarchy

* [*IDefaultOfflineItemModel*](../modules/types.md#idefaultofflineitemmodel)

  ↳ **IDefaultItemModel**

## Table of contents

### Properties

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

## Properties

### $$create

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

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

___

### $$history

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

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

___

### $$patch

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

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

___

### \_id

• **\_id**: *string*

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

___

### deletedAt

• `Optional` **deletedAt**: *undefined* \| *null* \| *string*

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

___

### onClientAt

• **onClientAt**: *string*

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

___

### onServerAt

• `Optional` **onServerAt**: *undefined* \| *string*

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

___

### uuid

• **uuid**: *string*

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