Output for the contents of a bundle wrapped token
type WrappedTokens = { erc1155Tokens: Array<ERC1155Wrappable>; erc20Tokens: Array<ERC20Wrappable>; erc721Tokens: Array<ERC721Wrappable>;};
type erc1155Tokens = Array<ERC1155Wrappable>;
type erc20Tokens = Array<ERC20Wrappable>;
type erc721Tokens = Array<ERC721Wrappable>;