@ecency/sdk 2.3.82 → 2.3.83
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.
package/dist/browser/index.d.ts
CHANGED
|
@@ -6631,8 +6631,8 @@ interface Spotlight {
|
|
|
6631
6631
|
};
|
|
6632
6632
|
}
|
|
6633
6633
|
|
|
6634
|
-
declare function getNotificationsInfiniteQueryOptions(activeUsername: string | undefined, code: string | undefined, filter?: NotificationFilter | undefined): _tanstack_react_query.UseInfiniteQueryOptions<ApiNotification[], Error, _tanstack_react_query.InfiniteData<ApiNotification[], unknown>, (string | undefined)[], string> & {
|
|
6635
|
-
|
|
6634
|
+
declare function getNotificationsInfiniteQueryOptions(activeUsername: string | undefined, code: string | undefined, filter?: NotificationFilter | undefined): _tanstack_react_query.OmitKeyof<_tanstack_react_query.UseInfiniteQueryOptions<ApiNotification[], Error, _tanstack_react_query.InfiniteData<ApiNotification[], unknown>, (string | undefined)[], string>, "queryFn"> & {
|
|
6635
|
+
queryFn?: _tanstack_react_query.QueryFunction<ApiNotification[], (string | undefined)[], string> | undefined;
|
|
6636
6636
|
} & {
|
|
6637
6637
|
queryKey: (string | undefined)[] & {
|
|
6638
6638
|
[dataTagSymbol]: _tanstack_react_query.InfiniteData<ApiNotification[], unknown>;
|