ClaimIneligibilityParams type
This feature is currently in beta and may change based on feedback that we receive.
The options to be passed as the second parameter to the useClaimIneligibilityReasons()` hook.
Signature:
export type ClaimIneligibilityParams = {
walletAddress: WalletAddress;
quantity: string | number;
};
References: WalletAddress