Go to repository

Interface TaskRemoveOptions

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

interface TaskRemoveOptions {
    files: string;
}

Properties

Properties

files: string

The files to remove.