@tanstack/lit-query 0.2.13 → 0.2.14

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.
@@ -127,7 +127,7 @@ type GetCreateQueriesResult<T> = T extends {
127
127
  >
128
128
  : QueryObserverResult
129
129
 
130
- export type CreateQueriesOptions<
130
+ type CreateQueriesOptions<
131
131
  T extends Array<any>,
132
132
  TResults extends Array<any> = [],
133
133
  TDepth extends ReadonlyArray<number> = [],