interface fs.CopyOptionsimport { type fs } from "https://dotland.deno.dev/x/dax@0.39.2/src/deps.ts"; const { CopyOptions } = fs; Options for copy and copySync. Propertiesoptionaloverwrite: boolean = falseoverwrite existing file or directory. optionalpreserveTimestamps: boolean = falseWhen true, will set last modification and access times to the ones of the original source files. When false, timestamp behavior is OS-dependent.