Options
All
  • Public
  • Public/Protected
  • All
Menu

This interface defines results of the download all members command.

export

Hierarchy

  • IDownloadAmResult

Index

Properties

downloaded

downloaded: number

Number of items successfully downloaded

failed

failed: number

Number of items that failed to download

Optional failedMembers

failedMembers: string[]

Names of items that failed

skipped

skipped: number

Number of items skipped because they already exist

Optional skippedMembers

skippedMembers: string[]

Names of items that were skipped

total

total: number

Total number of items processed

Generated using TypeDoc