Docs

ClaimConditionsForToken

type ClaimConditionsForToken = {
  claimConditions: ClaimConditionInput[];
  tokenId: BigNumberish;
};