Go to repository

Interface TaskMoveOptions

This type represents the options that you can pass to the move task.

interface TaskMoveOptions {
    dest: string;
    src: string;
}

Properties

Properties

dest: string

The destination folder on which to move the files to.

src: string

The source file, or folder or glob pattern to move.