Represents the parameters for the "getClaimConditionById" function.
type GetClaimConditionByIdParams = { conditionId: AbiParameterToPrimitiveType<{ name: "_conditionId"; type: "uint256"; }>; tokenId: AbiParameterToPrimitiveType<{ name: "_tokenId"; type: "uint256"; }>;};
type conditionId = AbiParameterToPrimitiveType<{ name: "_conditionId"; type: "uint256";}>;
type tokenId = AbiParameterToPrimitiveType<{ name: "_tokenId"; type: "uint256";}>;