Represents the parameters for the "getApproved" function.
type GetApprovedParams = { tokenId: AbiParameterToPrimitiveType<{ name: "tokenId"; type: "uint256"; }>;};
type tokenId = AbiParameterToPrimitiveType<{ name: "tokenId"; type: "uint256";}>;