Options
All
  • Public
  • Public/Protected
  • All
Menu

This interface defines results of the download dir-from-uss command.

export
interface

IDownloadUssDirResult

Hierarchy

  • IDownloadUssDirResult

Index

Properties

downloaded

downloaded: string[]

List of file names that have downloaded successfully.

failedWithErrors

failedWithErrors: {}

Object containing key-value pairs of files and errors for uss files that failed to download.

Type declaration

skippedExisting

skippedExisting: string[]

List of file names that were not downloaded because they already existed on the system.

Generated using TypeDoc