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

ImportAppRequestImportOptions

import type { ImportAppRequestImportOptions } from "https://googleapis.deno.dev/v1/ces:v1.ts";

Configuration options for the app import process. These options control how the import behaves, particularly when conflicts arise with existing app data.

interface ImportAppRequestImportOptions {
conflictResolutionStrategy?: "CONFLICT_RESOLUTION_STRATEGY_UNSPECIFIED" | "REPLACE" | "OVERWRITE";
}

§Properties

§
conflictResolutionStrategy?: "CONFLICT_RESOLUTION_STRATEGY_UNSPECIFIED" | "REPLACE" | "OVERWRITE"
[src]

Optional. The strategy to use when resolving conflicts during import.