DOCS

ClaimIneligibilityParams

The options to be passed as the second parameter to the useClaimIneligibilityReasons hook.

type ClaimIneligibilityParams = {
  quantity: string | number;
  walletAddress: WalletAddress;
};