Package version:

Interface SnapshotRestoreFiles

Restore payload for Single File Snapshot Restore

interface SnapshotRestoreFiles {
    destinationPath?: string;
    filePaths: string[];
}

Properties

destinationPath?: string

Destination folder where the files will be restored

filePaths: string[]

List of files to be restored