@ecency/sdk 2.3.50 → 2.3.51

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.
@@ -6350,7 +6350,7 @@ declare function getSpotlightsQueryOptions(_accessToken?: string): _tanstack_rea
6350
6350
  * markAsRead.mutate({});
6351
6351
  * ```
6352
6352
  */
6353
- declare function useMarkNotificationsRead(username: string | undefined, code: string | undefined, onSuccess?: (unreadCount?: number) => void, onError?: (e: Error) => void): _tanstack_react_query.UseMutationResult<Record<string, unknown>, Error, {
6353
+ declare function useMarkNotificationsRead(username: string | undefined, code: string | undefined, onSuccess?: (unreadCount?: number) => void, onError?: (e: Error) => void): _tanstack_react_query.UseMutationResult<Record<string, unknown> | undefined, Error, {
6354
6354
  id?: string;
6355
6355
  }, {
6356
6356
  previousData: [readonly unknown[], unknown][];