ERC1155Reward

type ERC1155Reward = {
contractAddress: string;
quantityPerReward: number | string;
tokenId: bigint;
totalRewards: number | string;
};