SetClaimConditionsParams

type SetClaimConditionsParams = {
phases: Array<ClaimConditionsInput>;
resetClaimEligibility?: boolean;
tokenId: bigint;
};