@ecency/sdk 2.3.72 → 2.3.73
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
|
@@ -4106,7 +4106,6 @@ declare function getAccountPostsQueryOptions(username: string | undefined, filte
|
|
|
4106
4106
|
type PageParam$1 = {
|
|
4107
4107
|
author: string | undefined;
|
|
4108
4108
|
permlink: string | undefined;
|
|
4109
|
-
hasNextPage: boolean;
|
|
4110
4109
|
};
|
|
4111
4110
|
interface GetPostsRankedOptions {
|
|
4112
4111
|
resolvePosts?: boolean;
|