Skip to content

Commit 54089da

Browse files
fix: Add missing offset to SearchAccountsParams (#1164)
1 parent bd885de commit 54089da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mastodon/rest/v1/account-repository.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ export interface SearchAccountsParams {
101101
readonly resolve?: boolean | null;
102102
/** Only who the user is following. Defaults to false. */
103103
readonly following?: boolean | null;
104+
/** Skip the first n results. */
105+
readonly offset?: number | null;
104106
}
105107

106108
export interface LookupAccountParams {

0 commit comments

Comments
 (0)