@base-stone/hooks 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -77,7 +77,7 @@ declare interface QueryOptions<K extends string = string, T = Record<string, any
77
77
  params?: Record<string, any> | undefined;
78
78
  dataType: DataType;
79
79
  dataKey: K;
80
- initialValue: T;
80
+ initialValue?: Record<string, any> | Record<string, any>[];
81
81
  }
82
82
 
83
83
  export declare interface QueryParamsData {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@base-stone/hooks",
3
3
  "license": "MIT",
4
- "version": "1.0.7",
4
+ "version": "1.0.8",
5
5
  "author": {
6
6
  "name": "leafront",
7
7
  "email": "leafront@126.com"