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

ResolutionStrategy

import type { ResolutionStrategy } from "https://aws-api.deno.dev/v0.4/services/amplifybackend.ts?docs=full";
type ResolutionStrategy =
| "OPTIMISTIC_CONCURRENCY"
| "LAMBDA"
| "AUTOMERGE"
| "NONE"

§Type

§
"OPTIMISTIC_CONCURRENCY" | "LAMBDA" | "AUTOMERGE" | "NONE" | cmnP.UnexpectedEnumValue
[src]