UNPKG

salesforce-alm

Version:

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

21 lines (20 loc) 484 B
declare class packageInstalledListCommand { [property: string]: any; constructor(); execute(context: any): any; _execute(context: any): any; /** * indicates that the human readable message should be tabular * * @returns {[{}...]} */ getColumnData(): { key: string; label: any; }[]; } declare const _default: { packageInstalledListCommand: typeof packageInstalledListCommand; QUERY: string; }; export = _default;