Skip to content

Commit

Permalink
chore(clerk-js): Mark limit and offset as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef committed Aug 16, 2023
1 parent 723ec14 commit e173310
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,13 @@ export type UpdateOrganizationMembershipParams = {
* @deprecated
*/
export type RetrieveMembershipsParams = {
/**
* @deprecated Use pageSize instead
*/
limit?: number;
/**
* @deprecated Use initialPage instead
*/
offset?: number;
};

Expand Down

0 comments on commit e173310

Please sign in to comment.