interface CopyOptionsimport { type CopyOptions } from "https://dotland.deno.dev/std@0.181.0/fs/mod.ts"; 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.