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

QuerySource

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

List of sources that the user can search using the query API.

interface QuerySource {
displayName?: string;
operators?: QueryOperator[];
shortName?: string;
source?: Source;
}

§Properties

§
displayName?: string
[src]

Display name of the data source.

§
operators?: QueryOperator[]
[src]

List of all operators applicable for this source.

§
shortName?: string
[src]

A short name or alias for the source. This value can be used with the 'source' operator.

§
source?: Source
[src]

The name of the source