Type alias BackupStatusArgs

BackupStatusArgs: {
    backend: Backend;
    backupId: string;
}

The arguments required to get the status of a backup.

Type declaration

  • backend: Backend

    The backend to use for the backup.

  • backupId: string

    The ID of the backup.