GenerateMerkleTreeInfoERC721Params

type GenerateMerkleTreeInfoERC721Params = {
snapshot: Array<SnapshotEntryERC721>;
tokenAddress: string;
};