Interface RemoteFile

interface RemoteFile {
    options?: RemoteCopyOptions;
    path: string;
    target: string;
}

Properties

Properties

path: string
target: string