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

# Interface: IServiceFindResponse<IModel\>

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

## Type parameters

Name | Default |
------ | ------ |
`IModel` | *any* |

## Hierarchy

* **IServiceFindResponse**

## Table of contents

### Properties

- [data](types.iservicefindresponse.md#data)
- [limit](types.iservicefindresponse.md#limit)
- [offset](types.iservicefindresponse.md#offset)
- [skip](types.iservicefindresponse.md#skip)
- [total](types.iservicefindresponse.md#total)

## Properties

### data

• **data**: IModel[]

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

___

### limit

• **limit**: *number*

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

___

### offset

• **offset**: *number*

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

___

### skip

• **skip**: *number*

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

___

### total

• **total**: *number*

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