Interface PreviewBackupList

The list of backups that exist in the project.

BackupList

interface PreviewBackupList {
    data?: PreviewBackupModel[];
    pagination?: PreviewPaginationResponse;
}

Properties

Properties

List of backup objects

BackupList

BackupList