Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

QueryItem

import type { QueryItem } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

Information relevant only to a query entry.

interface QueryItem {
isSynthetic?: boolean;
}

§Properties

§
isSynthetic?: boolean
[src]

True if the text was generated by means other than a previous user search.