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

IndexFieldType

import type { IndexFieldType } from "https://aws-api.deno.dev/v0.3/services/cloudsearch.ts?docs=full";

The type of field. The valid options for a field depend on the field type. For more information about the supported field types, see Configuring Index Fields in the Amazon CloudSearch Developer Guide.

type IndexFieldType =
| "int"
| "double"
| "literal"
| "text"
| "date"
| "latlon"
| "int-array"
| "double-array"
| "literal-array"
| "text-array"
| "date-array"

§Type

§
"int" | "double" | "literal" | "text" | "date" | "latlon" | "int-array" | "double-array" | "literal-array" | "text-array" | "date-array" | cmnP.UnexpectedEnumValue
[src]