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";
}