Trying to parse the object returned by
const nfts = await Moralis.EvmApi.nft.getWalletNFTs({
address: input.walletAddress,
chain: input.chain,
normalizeMetadata: true,
});```
metadata is of type ```
MoralisDataObjectValue
Problem:
Property 'image' does not exist on type 'MoralisDataObjectValue'.
Any way to type the metadata structure to avoid TS compiler issues?