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

BackendAPIConflictResolution

import type { BackendAPIConflictResolution } from "https://aws-api.deno.dev/v0.4/services/amplifybackend.ts?docs=full";

Describes the conflict resolution configuration for your data model configured in your Amplify project.

interface BackendAPIConflictResolution {
ResolutionStrategy?: ResolutionStrategy | null;
}

§Properties

§
ResolutionStrategy?: ResolutionStrategy | null
[src]

The strategy for conflict resolution.