ClaimToBatchParams

type ClaimToBatchParams = WithOverrides<{
content: Array<{ quantity: bigint; to: Address }>;
from?: Address;
}>;