Parameters for getting an NFT.
type GetNFTParams = Prettify<TokenUriParams & { includeOwner?: boolean }>;