Skip to content

Commit

Permalink
Move function type to economy section
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalijan authored Oct 31, 2024
1 parent 2d3a968 commit 9c5db3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1752,6 +1752,11 @@ declare module "noblox.js" {
* πŸ”“ Gets the amount of Robux in a group.
*/
function getGroupFunds(group: number): Promise<number>;

/**
* πŸ” Gets the payout eligibility status of a group member.
*/
function getGroupPayoutEligibility(groupId: number, userId: number, jar?: CookieJar): Promise<PayoutAllowedList>;

/**
* πŸ” Gets recent Robux revenue summary for a group; shows pending Robux. | Requires "Spend group funds" permissions.
Expand Down Expand Up @@ -1937,11 +1942,6 @@ declare module "noblox.js" {
*/
function getGroups(userId: number): Promise<IGroupPartial[]>

/**
* πŸ” Gets the payout eligibility status of a group member.
*/
function getGroupPayoutEligibility(groupId: number, userId: number, jar?: CookieJar): Promise<PayoutAllowedList>;

/**
* πŸ” Get the social link data associated with a group.
*/
Expand Down

0 comments on commit 9c5db3b

Please sign in to comment.