Skip to content
This repository was archived by the owner on Jun 16, 2021. It is now read-only.

Latest commit

 

History

History
60 lines (33 loc) · 1.29 KB

iquerycache.md

File metadata and controls

60 lines (33 loc) · 1.29 KB

redux-data-service > IQueryCache

Interface: IQueryCache

Holds information about a query, including the query's response and metadata.

Hierarchy

IQueryCache

Index

Properties


Properties

<Optional> errors

● errors: any

Defined in Query/IQueryCache.ts:11


<Optional> isLoading

● isLoading: boolean

Defined in Query/IQueryCache.ts:10


query

● query: IQueryBuilder

Defined in Query/IQueryCache.ts:8


<Optional> response

● response: IQueryResponse

Defined in Query/IQueryCache.ts:9