Skip to content

Commit

Permalink
Add PayoutAllowedList type to jsdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Regalijan authored Oct 25, 2024
1 parent c87848d commit 2fbf8a8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions typings/jsDocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1201,6 +1201,13 @@ type GroupShout = {
updated: Date;
}

/**
* @typedef
*/
type PayoutAllowedList = {
usersGroupPayoutEligibility: [string, string]
}

/**
* @typedef
*/
Expand Down

0 comments on commit 2fbf8a8

Please sign in to comment.