@ecency/sdk 2.3.5 → 2.3.6
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
|
@@ -7784,7 +7784,7 @@ interface Entry {
|
|
|
7784
7784
|
title?: string;
|
|
7785
7785
|
body?: string;
|
|
7786
7786
|
json_metadata?: {
|
|
7787
|
-
tags?:
|
|
7787
|
+
tags?: unknown;
|
|
7788
7788
|
};
|
|
7789
7789
|
}
|
|
7790
7790
|
declare function getSimilarEntriesQueryOptions(entry: Entry): _tanstack_react_query.OmitKeyof<_tanstack_react_query.UseQueryOptions<SearchResult[], Error, SearchResult[], string[]>, "queryFn"> & {
|