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

# Interface: IFeathersQuery

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

## Hierarchy

* **IFeathersQuery**

## Table of contents

### Properties

- [$limit](types.ifeathersquery.md#$limit)
- [$select](types.ifeathersquery.md#$select)
- [$skip](types.ifeathersquery.md#$skip)
- [$sort](types.ifeathersquery.md#$sort)
- [filter](types.ifeathersquery.md#filter)

## Properties

### $limit

• `Optional` **$limit**: *undefined* \| *number*

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

___

### $select

• `Optional` **$select**: *undefined* \| *string*[]

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

___

### $skip

• `Optional` **$skip**: *undefined* \| *number*

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

___

### $sort

• `Optional` **$sort**: *undefined* \| [*IFeathersSort*](types.ifeatherssort.md)

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

___

### filter

• `Optional` **filter**: *undefined* \| [*IFeathersFilter*](types.ifeathersfilter.md)

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