xstream-store-resource
Advanced tools
Comparing version
{ | ||
"name": "xstream-store-resource", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A module for making requests in xstream-store easy to build", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -22,3 +22,5 @@ export declare enum RequestState { | ||
} | ||
export interface ResourceState<R = {}> { | ||
export interface ResourceState<R = { | ||
[key: string]: any; | ||
}> { | ||
entity: R | null; | ||
@@ -25,0 +27,0 @@ items: R[]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
148263
0.02%1453
0.14%