Skip to content

Type Alias: OnConflict

type OnConflict = "error" | "skip" | "overwrite";

Conflict policy when a destination file already exists.