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

MergeStrategy

import type { MergeStrategy } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
type MergeStrategy = "OVERWRITE_LATEST" | "FAIL_ON_CONFLICT" | cmnP.UnexpectedEnumValue;

§Type

§
"OVERWRITE_LATEST" | "FAIL_ON_CONFLICT" | cmnP.UnexpectedEnumValue
[src]