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

RelevanceType

import type { RelevanceType } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
type RelevanceType = "RELEVANT" | "NOT_RELEVANT" | cmnP.UnexpectedEnumValue;

§Type

§
"RELEVANT" | "NOT_RELEVANT" | cmnP.UnexpectedEnumValue
[src]