UNPKG

salesforce-alm

Version:

This package contains tools, and APIs, for an improved salesforce.com developer experience.

11 lines (10 loc) 341 B
/** * Command implementation that uses mdapiDeployApi * API to retrieve source defined by given or generated package.xml. */ declare class MetadataRetrieveReportCommand { private mdRetrieveReport; constructor(context: any); validate(context: any): any; execute(options: any): any; } export = MetadataRetrieveReportCommand;