The options to be passed as the second parameter to the useClaimIneligibilityReasons hook.
useClaimIneligibilityReasons
type ClaimIneligibilityParams = { quantity: string | number; walletAddress: WalletAddress;};
type quantity = string | number;
type walletAddress = WalletAddress;