We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cc146 commit 281f36bCopy full SHA for 281f36b
src/feed.ts
@@ -31,6 +31,7 @@ export type FeedPaginationOptions = {
31
id_lt?: string;
32
id_lte?: string;
33
limit?: number;
34
+ refresh?: boolean;
35
};
36
37
export type RankedFeedOptions = {
0 commit comments