interface fs.MoveOptionsimport { type fs } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts"; const { MoveOptions } = fs; Options for move and moveSync. Propertiesoptionaloverwrite: boolean = falseWhether the destination file should be overwritten if it already exists.