interface CopyDirOptions {
    force: boolean;
    recursive: boolean;
}

Properties

Properties

force: boolean
recursive: boolean