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

EngineType

import type { EngineType } from "https://aws-api.deno.dev/v0.3/services/opensearch.ts?docs=full";
type EngineType = "OpenSearch" | "Elasticsearch" | cmnP.UnexpectedEnumValue;

§Type

§
"OpenSearch" | "Elasticsearch" | cmnP.UnexpectedEnumValue
[src]